- GuestBook/2013 . . . . 26 matches
{{{$use_sectionedit=0;\}}}을 찾아서, 값을 1로 변경하면 됩니다. 하지만 일단 수정을 시작하면 전체를 건드릴때가 많아서, 잘 사용하지 않게 되더군요. -- [파초] [[DateTime(2013-10-11T04:08:51)]]
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/html; charset=iso-8859-1
Content-Type: text/plain; charset=ko_KR.UTF-8
Content-Type: text/plain; charset=ko_KR.UTF-8
Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
ko.po 파일을 직접 파싱해서 *.mo파일 (gettext용) 및 *php (gettext 지원 안될때)를 만들어줍니다.
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/plain
Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1
set_locale() 호출 뒤에 init_locale()에서 실질적인 로케일 관련 초기화가 이루어집니다. (gettext 초기화) 그 함수를 추적해보셔야 할 것 같네요. -- WkPark [[DateTime(2013-05-15T08:04:04)]]
Content-Type: text/plain
- MoniWikiACL . . . . 22 matches
FoobarPage babo deny edit,diff,info
HelpOn.* @ALL deny edit,savepage
WikiSandBox @Guest allow edit,info,diff
// WikiSandBox 페이지를 @Guest 그룹에 edit,info,diff 액션을 허용(allow)
WikiSandBox Foobar deny edit
# some pages are allowed to edit
WikiSandBox @Guest allow edit,info,diff
// WikiSandBox 페이지를 @Guest 그룹에 edit,info,diff 액션을 허용(allow)
MoniWiki @ALL deny edit,uploadfile,diff
// MoniWiki 페이지를 @ALL 모든 사용자에게 edit,upload,diff등의 일부 액션을 거부
* {{{deny *}}} + {{{allow edit,info}}} = edit와 info 액션만 가능: '''explicit하게 지정된''' 액션만 허락
{{{deny edit}}} + {{{allow *}}}은 그 반대로 {{{Order deny,allow}}}가 된다.
* ProtectedPage는 edit,savepage를 제외하고 모두 불허
* @User allow edit,savepage
ProtectedPage @User deny edit,savepage
* 일반 등록 사용자(@User)는 edit,savepage 허락.
* 이 경우 등록 사용자에 대해 {{{@User deny *}}} + {{{@User allow edit,savepage}}}이므로 edit,savepage만 허용된다.
* {{{allow edit,savepage}}}라고 explicit하게 정의된 것을 다시 취소시켜야 의도대로 작동하는 것이다. 따라서 {{{ProtectedPage @User deny edit,savepage}}}라고 써 주어야 한다.
* Anonymous deny edit,diff,info,raw,restore,backup
- WikiSlide . . . . 20 matches
* '''Fast''' - fast editing, communicating and easy to learn
* '''Open''' - everybody may read ''and'' edit everything
* '''Easy''' - no HTML knowledge necessary, simply formatted text
* Title search and full text search at bottom of page
== Using the Editor ==
To edit a page, just click on [[Icon(edit)]] or on the link "`EditText`" at the end of the page. A form will appear enabling you to change text and save it again. A backup copy of the previous page's content is made each time.
<!> After editing pages, please leave the edit form by "`Save Changes`" since otherwise your edits will be lost!
== Tips on the Editor ==
"`Check spelling`" examines the text for unknown words.
Within the editor, the usual hotkeys work:
(!) In UserPreferences, you can set up the editor to open when you double click a page.
== Text Markup and Links ==
To add special formatting to text, just enclose it within markup. There are special notations which are automatically recognized as internal or external links or as embedded pictures.
Preformatted text (e.g. a copy of an email) should be placed inside three curly braces `{{{ ... }}}`: {{{
''indented text ''without'' bullet''
Tables appear if you separate the content of the columns by `||`. All fields of the same row must be also on the same line in the editor.
=== Cooperative Editing ===
Basic principle: ''Anybody logged in can edit anything.''
* If you want to edit a page without being disturbed, just write a note to that effect ''at the top'' of the page and save that change first.
* If two people edit a page simultaneously, the first can save normally, but the second will get a warning and should follow the directions to merge their changes with the already saved data.
- 모니위키/배포계획/config . . . . 18 matches
$edit_rows=20; # editer rows
$text_dir= $data_dir.'/text';
$editlog_name= $data_dir.'/editlog';
$shared_intermap= $data_dir."/text/InterMap";
# 'Wikiwyg/lib/Wikiwyg/Wikitext.js',
<script type="text/javascript" src="$url_prefix/local/js/sh3.js"></script>
<link rel="stylesheet" type="text/css" href="$url_prefix/local/syntaxhighlighter_3.0.83/styles/shCore.css" />
<link rel="stylesheet" type="text/css" href="$url_prefix/local/syntaxhighlighter_3.0.83/styles/shThemeEclipse.css" />
<link rel="Alternate" title="Wiki Markup" type="text/plain" href="?action=raw" />
$use_sectionedit=1;
$use_category=0; # on/off categories list in the edit mode
$aliaspage=$data_dir.'/text/AliasPageNames';
$use_textbrowsers=1; # check some textbased browsers
$use_indexer=1; # dynamic update the fulltext.db to use FastSearch plugin
- QtProgramming/Study . . . . 12 matches
* GUI Programming에 특화된 Qt답게 프로그램 화면 창을 한층 편하게 설계할 수 있는 환경이 갖춰져 있었다. 텍스트는 간단하게 삽입할 수 있었으며, HTML Tag가 먹힌다는 것이 신선했다. 화면의 Edit Text 창에서 Source를 선택하면 HTML Tag로 구성된 텍스트를 볼 수 있다.
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Hello</span> <span style=" font-size:14pt; font-weight:600;">QT</span><span style=" font-size:14pt;"> !</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://memorecycle.com"><span style=" text-decoration: underline; color:#0000ff;">MemoRecycle</span></a></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt;"></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt;"></p></body></html>
- 위키와 블로그 통합하기/임시 . . . . 8 matches
텍스트큐브는 [http://www.textcube.org/manual/entry/installing-textcube?category=4 이렇게] 설치하면 된다고 합니다.
저는 텍스트큐브 홈페이지에 올라온 [http://www.textcube.org/theme/entry/CKA-noiyes-bom 이 스킨]을 수정해서 쓰고 있습니다. 깔끔하고 시원한 만큼 많은 사랑을 받고 있는 스킨이죠.
http://www.textcube.org/attach/2/1990709166.jpg
우선 저는 [http://www.textcube.org/plugin/116 위키피디아 플러그인]을 수정해서 쓰고 있습니다. 위키피디아 플러그인을 다운받아 적용시키시면 {{{[wp]키워드[/wp]}}}와 같은 방식으로 키워드를 링크하게 되어 있습니다. 저는 이것을 수정해서 그냥 대괄호만 써도 링크가 가능하게 만들었습니다.
우선 텍스트큐브의 [http://www.textcube.org/plugin/546 랜덤문구 출력 플러그인]을 쓰는 방법이 있습니다. 저기서 파일을 다운받은 후 tc/plugins 폴더 아래에 폴더째로 올리고 플러그인을 켜 줍니다.
{{|고칠 수 없는 페이지는 의도한 게 아니고 어쩌다보니 그렇게 됐는데... 어느날 몇몇 페이지가 '고칠 수 없음'이라고 떠서 이걸 어떻게 '고칠 수 있게' 만들까 고민하다가 알아냈어요. 제가 wikiseed 디렉토리의 파일 이름을 바꾸고 data/text로 이동한 적이 있는데, 그 때 권한설정이 초기화된 것 같아요. 그래서 새로 만든 페이지가 아닌 원래 위키 내에 포함되어 있던 페이지들은 죄다 '고칠 수 없음'이라고 나왔던 거예요.
그러니까 요약하면 FTP에서 wiki/data/text 디렉토리 들어가셔서 '고칠 수 없음'으로 만들고 싶은 페이지 이름 찾아서 권한 설정을 644나 646으로 바꿔주심 돼요. 666은 고치기 가능하구요. 근데 이렇게 설정하면 외부인 뿐만 아니라 위키 주인도 고칠 수 없다는 단점이...; 외부인은 고칠 수 없고 로그인하면 고칠 수 있게 만들어볼랬는데, 그런 권한 설정은 없나봐요.; (끙)
- 탐색기에서 명령창 열기 . . . . 8 matches
=== 방법 3 : Manually add the context menu ===
How can I add a Command Prompt option to the default Explorer right click context menu?
To add the Command Prompt option to the default right click context menu in Windows Explorer you can do one of the following:
Method #3: Manually add the context menu
8. For Windows NT/98/95: Press Edit button.
Read this thread for some information on how to remove the context menu:
5. In the list of Registered File Types, select Folder then click Edit.
7. In the Action text box, type Command Prompt.
8. In the Application Used To Perform Action text box, type:
2. Set the default string to whatever text you want to appear in the right-click menu.
- MoniWikiOptions . . . . 7 matches
`'''$use_sectionedit'''`
* 1로 설정하면 단락마다 edit 링크를 단다.
`'''$editlog_name'''`
* 기본값 `$data_dir.'/editlog'`
* 기본값은 `$data_dir."/text/InterMap"`
`'''$text_dir'''`
* 기본값은 `$data_dir.'/text'`
- HelpOnEditing . . . . 5 matches
* EditTextForm - edit 액션 사용시 나오는 편집 화면에 대한 정의. 위키 문법 링크를 붙이면 편리합니다.
위키 포매팅 문법 (위키 마크업)을 테스트하고 싶으시면 WikiSandBox로 가셔서 [[GetText(EditText)]]를 누르시거나 [[Icon(edit)]] 아이콘을 누르시면 WikiSandBox에서 테스트 해보실 수 있습니다. 실제로 저장하지 않더라도 미리보기 버튼을 누르시면 위키 포매팅 결과를 그때 그때 확인하면서 연습하실 수 있습니다.
/!\ 모니위키 1.2.0부터 `data/editform.txt`파일이 있으면 그 파일을 EditTextForm 대신에 참조합니다.
* [https://addons.mozilla.org/ko/firefox/addon/its-all-text/ TEXTAREA] : 확장 기능 설치 후 TEXT FORM 우측 하단에 {{{edit}}} 아이콘이 생김. 클릭하면 지정한 에디터를 실행할 수 있고, 텍스트 폼 내용이 자동으로 열림. 에디터에서 저장을 하면 텍스트폼에 변경된 내용이 텍스트 폼에도 반영됨.
* TextAid
[[Navigation(HelpOnEditing)]]
- HelpOnGitInstallation . . . . 5 matches
1. 리눅스 gmake(make)+xgettext를 이용한 po 메시지 파일을 mo파일로 변환
2. 혹은 config.php에서 {{{$use_local_translation=1;}}} 옵션을 추가하면 내장된 {{{TGetText.php}}}를 이용해서 po를 mo파일로 변환
2번 방식은 {{{TGetText.php}}}의 일부 버그가 발견되어서 기본값으로 내정되어있지 않은 상태이나, 향후 기본값으로 내정되고 모니위키의 i18n에 사용되게 될 것입니다.
이렇게 하면 자동으로 `locale/po/*.po` 파일을 변환하에 메시지 파일이 얻어지며, 얻어진 메시지 파일이 gettext에 의해 사용됩니다.
/!\ gettext를 지원하지 않더라도 같이 변환된 `*.php` 파일을 이용해서 메시지가 번역되게 됩니다.
=== make/xgettext를 사용한 메시지 변환 ===
lib/titleindexer.text.php | 2 +-
- 모니위키/QnA . . . . 5 matches
A. /wiki/data/editlog 파일을 삭제하면 된다.
1. [http://www.ecobyte.com/replacetext/ replacetext] 다운 & 설치
1. FTP client로 ./data/text/rcs 에 있는 *,v 파일 다운받기
1. replacetext로 apache:[* 자기 계정명이나 로그인 아이디일 수도 있다.]를 root:로 변경한다.
- Chromebook . . . . 4 matches
||크롬 웹앱 또는 클라우드 서비스 이용. 포토샵(안드 App)을 사용할 수 있으나, 인터페이스가 다소 불편하다. 대체 프로그램으로 Polar Photo Editor를 추천한다. 참고로 크롬북에 SD카드를 삽입하면 자동으로 '구글 사진'에 사진 파일을 업로드&자동보정해 준다. (용량 선택 가능)
https://docs.google.com/spreadsheets/d/1ncsCunoYEWMZbte22yG5VqN_OqM9S2cLfD9-UPJvj-k/edit?usp=sharing (수정 가능)
||graphical text editor
||[https://chrome.google.com/webstore/detail/wevideo-video-editor-and/okgjbfikepgflmlelgfgecmgjnmnmnnb?hl=ko WeVideo]
||Simple Video Editor and Maker
- 모니위키/배포계획/모니위키 인터웍스 에디션 . . . . 4 matches
1. (./) EditTextForm 변경하기. --초보자들이 작성하기 좋게.-- 깔끔하게 정리함
<iframe title ="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:98px;height:115px;padding:0;background-color:#fcfcfc;" src="http://cid-279af1a6517eac2a.office.live.com/embedicon.aspx/%ea%b3%b5%ec%9a%a9/moniwiki^_InterworxEdition^_20110106.tar.gz"></iframe>
<iframe title ="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:98px;height:115px;padding:0;background-color:#fcfcfc;" src="http://cid-279af1a6517eac2a.office.live.com/embedicon.aspx/%ea%b3%b5%ec%9a%a9/moniwiki^_interworx^_edition^_20110506.tar"></iframe>
1. text 디렉토리가 쓰기가능하지 않음
1. ./data/editlog(이)가 쓰기가능하지 않음
1. html/moniwiki/data/text 및 html/moniwiki/data/user를 html/test/moniwiki/data 폴더에 ctrl+c,v
- 모니위키/페이지 권한 수정 . . . . 4 matches
$fp = fopen("/var/www/moniwiki/data/text/ACL","r"); // 위키에 ACL페이지가 저장되는곳
# 액션은 read 와 edit 만 지원합니다.
# edit 위키/사용법 zilitwo
edit test zilitwo
- CodeSyntaxHighlightPlugin . . . . 3 matches
* [http://www.textcube.org/plugin/entry/%EC%BD%94%EB%93%9C-%EC%8B%A0%ED%83%9D%EC%8A%A4-%ED%95%98%EC%9D%B4%EB%9D%BC%EC%9D%B4%ED%8A%B8-nEKOS-SyntaxHightlight-%EB%B2%84%EC%A0%84-3 코드 신택스 하이라이트, nEKO'S SyntaxHightlight 버전 3]를 조금 수정하면 [[모니위키]]에도 적용할 수 있을 듯?
<link rel="stylesheet" type="text/css" href="$url_prefix/local/sh_3/styles/shCore.css" />
<link rel="stylesheet" type="text/css" href="$url_prefix/local/sh_3/styles/shThemeDefault.css" />
- GLUI User Inerface Library . . . . 3 matches
* 입력한 텍스트, 정수, 실수값을 편집할 수 있는 텍스트 박스 (Editable text boxes for inputting text, integers, and floating-point values)
* Static text fields
- GTD/구현(디지털) . . . . 3 matches
iOS와 Android를 모두 지원하는 GTD tool을 정리했습니다. 하기 GTD는 기본적으로 Sync를 지원합니다. 하지만 기능 구현의 어려움 때문인지, 아직까지 옴니포커스 정도의 기능을 가진 GTD는 없더군요. 또한 달력보기 / 다단 Project, Context 등을 지원하지 않습니다.
|| Doit.im || |iOS, android, Web, Windows 지원 ||깔끔한 UI와 갖출 것 다 갖춘 도구. 다만 무료 버전에서는 24시간에 1회 동기화가 가능하다. 1달 2$ or 1년에 20$를 지불하면 모든 기능을 제한없이 사용할 수 있다. 다단 context나 Project를 사용할 수 없다는 것이 아쉽다. ||
|| [http://hiveminder.com/ Hiveminder] ||다양한 기기와 서비스간의 연동이 장점인 GTD 서비스. 구글 캘린더, 아웃룩과 연동이 가능하며, [[아이폰]], [[안드로이드]], 팜 WebOS 전용 프로그램을 제공하고 있다. 나아가서는 iGoogle 페이지, 이메일, 트위터, 메신져, [https://chrome.google.com/extensions/detail/hkleomkjlbhamikmcfnagbaafmdoecba?hl=ko 크롬 확장기능][* 작업 표시줄 위로 알림 메시지를, 진행 중인 할일이 없을 경우에는 지속적으로 "What are you doing?"이라는 메시지를 띄운다.] 등으로도 일정관리를 할 수 있다. 각 할일에 대해서 의견을 남기거나, 이전 혹은 이후에 해야할 일을 지정할 수 있어, 그룹에서 프로젝트를 관리하는 용도로도 적합하다. Context는 Tag에 @을 붙여서 표기한다. 좋은 GTD 서비스지만 이상하게도 아는 사람이 많지 않다.||[http://www.andipod.com/2009/05/iminder.html iMinder :: 간단하면서도 웹으로 동기화 가능한 할일 관리 어플] ||
- HelpOnActions . . . . 3 matches
모니위키는 액션이라는 확장기능을 제공합니다. 액션은 현재 보고 있는 페이지 혹은 전체 위키에 대한 특별한 확장 기능을 말합니다. 매크로와는 다르게 위키 페이지에 직접 매크로를 삽입해야 하는 것이 아니라 그 페이지를 다른 방식으로 보는 방법을 제공합니다. 예를 들어 페이지를 편집하는 기능를 `edit` 액션이라고 하며, 북마크를 하는 기능은 `bookmark`액션을 통해 이루어지고, 전체 검색, 제목 검색, 역링크 검색 등등 여러가지 기능을 제공합니다. 이러한 액션은 플러그인 방식으로 다른 기능을 손쉽게 확장할 수 있게 하여 위키의 풍부한 기능을 가능하게 만들어주고, 일부 액션은 페이지의 내용과 상관 없는 기능을 제공하기도 합니다. (페이지 지우기 기능은 DeletePage 혹은 페이지 이름을 바꿔주는 RenamePage 기능)
* `edit`: 페이지 편집
* `titleindex`: 페이지 목록을 텍스트로 보내거나 (Self:?action=titleindex) XML로 (Self:?action=titleindex&mimetype=text/xml'''''') 보내기; MeatBall:MetaWiki 를 사용할 목적으로 쓰임.
- HelpOnInstallation . . . . 3 matches
`rcs`가 설치되었는지 확인한다. {{{/usr/bin/rlog /usr/bin/ci /usr/bin/co}}}등등의 실행파일이 있어야 한다. {{{/usr/bin/merge}}}도 필요하다. PHP gettext 모듈이 필요하다. See also MoniWikiRcs
* 기존의 `data`디렉토리는 전혀 덮어씌여지지 않는다. 그러나 만약의 실수를 대비하기 위해서 업그레이드 하기 전에는 `data/text` 디렉토리의 내용을 백업해 두는 것이 좋을 것이다.
* `backup` : {{{?action=backup}}}해 보라. 백업은 `data` 디렉토리의 `user`와 `text`를 및 기타 몇몇 설정을 보존한다. `pds/` 디렉토리를 보존하지는 않는다. 백업된 파일은 `pds/` (혹은 `$upload_dir`로 정의된 위치) 하위에 저장된다.
- MS Office . . . . 3 matches
1. Windows 7에서는 시작을 클릭하고 프로그램 및 파일 검색 상자에 regedit를 입력한 다음 Enter 키를 누릅니다. Windows Vista에서는 시작을 클릭하고 검색 시작 상자에 regedit를 입력한 다음 Enter 키를 누릅니다.
1. 이렇게 하려면 시작, 실행을 차례로 클릭하고 regedit를 입력한 다음 확인을 클릭합니다.
- PatternTemplate . . . . 3 matches
== Context ==
== Resulting Context ==
The context of the solution. This should include the new problems that appear as a result of applying the pattern that will require new patterns for their resolution.
- RecentChanges . . . . 3 matches
###[[RecentChanges(notitle,comment,days=30,item=100,board,hits,showhost,js,timesago,change,allusers,editrange)]]
###[[RecentChanges(comment,days=30,item=50,board,hits,showhost,js,timesago,change,allusers,editrange)]]
###[[RecentChanges(comment,days=30,item=60board,hits,showhost,comments,timesago,change,allusers,editrange)]]
- 모니위키/1.1.3 . . . . 3 matches
'''Q2.''' 모니위키를 서버에 올려놓고 (설치 주소)/monisetup.php로 접속하려하면 다음과 같은 에러메시지가 출력된다. [[BR]] {{| Fatal error: Call to undefined function: bindtextdomain() in /web/home/icehit3/html/moniwiki/monisetup.php on line 678
function _t($text) {
function _t($text) {
- AntivirPersonal . . . . 2 matches
1. 찾아 보기 버튼을 누른후 뜬 브라우저에서 C:\program files\AntiVir Personaledition Classic\ 을 찾아 가시면 avnotify.exe파일이 보일겁니다. 선택해 주시고 보안 수준을 허용안함으로 하시고 '확인' 누르시면 됩니다.
1. C:\Program Files\AntiVir Personaledition Classic\avnotify.exe 선택 > 보안수준을 허용 안함
- FFcomputing . . . . 2 matches
#keywords Free, WebHosting, FFcomputing, Linux, FFhosting, CentOS, Traffic, Wiki, Textcube, Wordpress, Zeroboard, Hosting
[http://muse.incheon.ac.kr/jschae/vi_editor.html vi editor 사용방법]
- GuestBook/2012 . . . . 2 matches
아, 그리고 위키 페이지에 사용된 action이나 macro가 궁금할 때는 {{{?action=rawtext\}}}를 사용해 보세요. -- [파초] [[DateTime(2012-09-03T10:44:14)]]
그렇군요. 전 단축키로 페이지를 수정하려고 하면 "'Edit'는 허락되지 않은 액션입니다"라고 떠서 페이지 수정은 막아두시고 방명록에 글만 올리도록 설정하신 것으로 생각했습니다.
전 어차피 위키를 처음 시작하는 거라서 그냥 쓰는 걸 고려 중입니다. utf-8과 euc-kr을 상호 변환하는 프로그램을 찾아서 시험해보니 잘 되더군요. 나중에 호스팅을 옮길 때 그 프로그램을 이용하면 되지 않을까하는 생각도 들구요. 다만 "/data/text/"에 저장되는 파일명이 한글은 이상하게 저장되서 나중에 그걸 한글로 다시 변환할 수 있을지가 걱정입니다.
1. 이전에도 알려드린 바와 같이 FrontPage, FindPage, TitleIndex, RecentChanges, UserPreferences, EditTextForm, UploadedFiles, InterWiki, SystemInfo 빼고 나머지는 삭제해도 무방합니다. 혹시 모르니 나머지 파일은 백업해 놓으세요.
1. EditTextForm
- GuestBook/2016 . . . . 2 matches
1. {{{dd {}}}항목을 찾으세요. {{{#!text
1. 여기에 code 2줄을 추가합니다. {{{#!text
- HelpOnLists . . . . 2 matches
See also ListFormatting, HelpOnEditing.
If you indent text
If you indent text
[[Navigation(HelpOnEditing)]]
- HelpOnLists/Dev . . . . 2 matches
<style type='text/css'>
<style type='text/css'>
- HelpOnProcessingInstructions . . . . 2 matches
* '''StructuredText''' ( <!> 모니위키에서 지원하지 않음)
* '''textile''' : textile 문법을 지원합니다. 모니위키 1.1.3 이후
* {{{#action}}} ''action name'': 페이지에 대한 기본 액션을 ''EditText'' 이외의 다른 것으로 바꿔준다.
Please see HelpOnEditing.
- HelpOnSmileys . . . . 2 matches
편집 화면에서 {{{[[SmileyChooser]]}}}를 넣고 싶은 경우에는 아래와 같이 EditTextForm 페이지를 편집해주셔야 합니다.
[[EditToolbar]]
#editform
[[EditHints]]
{{{#editform}}}이 들어가는 부분에 편집 폼이 위치하고 되고, 그 아래에 {{{[[SmileyChooser]]}}}가 들어가게 됩니다.
{{{EditToolbar]]}}} 혹은 {{{[[EditHints]]}}}와 마찬가지로 이것은 매크로 플러그인입니다.
[[Navigation(HelpOnEditing)]]
- Logseq/mermaid . . . . 2 matches
.mermaid text {
.mermaid .titleText {
.mermaid .taskText {
.mermaid .grid .tick text {
- MoniWiki/HotKeys . . . . 2 matches
||E 또는 W||action=edit ||[[Icon(edit)]] 메모지와 펜||
- Moto G . . . . 2 matches
[[html(<a href="https://www.flickr.com/photos/taylalyell1979/11962360484" title="Moto G Google Play edition now available on US Play Store for $179 by Tayla Lyell, on Flickr"><img src="https://farm3.staticflickr.com/2830/11962360484_39827af46d_z.jpg" width="640" height="528" alt="Moto G Google Play edition now available on US Play Store for $179"></a>)]]
2014년에는 디스플레이 크기만 키운 모토 G 2014 Edition이 출시되었다. 기존 모델과는 달리, 3G 모델도 Micro SD로 메모리를 확장할 수 있다.
- NameSpace~FindPage . . . . 2 matches
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
- NameSpace~UserPreferences . . . . 2 matches
###[[RecentChanges(comment,days=30,item=50,board,hits,showhost,js,timesago,change,allusers,editrange)]]
###[[RecentChanges(comment,days=30,item=60board,hits,showhost,comments,timesago,change,allusers,editrange)]]
- Nexus 5/CustomKernel . . . . 2 matches
커널은 기본적으로 최적화 세팅이 되어 있지만, 여기에 만족하지 못하는 사람들은 상세 설정을 건드린다. 예전에는 text line editor로 한줄한줄 수정해야 해서 접근성이 떨어졌으나, 최근에는 트릭스터 모드와 같은 GUI app이 있어 한결 편하다.
- SSH . . . . 2 matches
tar rvfp $Today-Data.tar ./data/text ./data/user ./data/editlog ./data/intermap.txt
- 모니위키/분양/setting . . . . 2 matches
1. ncity edition file → hosting server
$use_sectionedit=1;
- 위키위키/저자동고유연성 . . . . 2 matches
워드프로세서(정확하게 말하자면 텍스트 에디터)의 경우를 보죠. 처음 에디터는 라인 에디터입니다. 여기선 수정의 단위가 "라인"입니다. 예컨대 세번째 줄과 네번째 줄 사이에 뭘 넣으려면, 예컨대, "/i{3}/아자차카/" 뭐 이런 식이죠. 거의 모든 명령을 사용자가 직접 지시를 해야하고 에디터가 알아서 해주는 것은 없습니다. 즉, 사용자의 명시적 동작없이 자동으로 작동하는 기능이 거의 없습니다. 자동성이 낮은 것이죠. 또한, 유연성도 낮습니다. 이 명령과 저 명령을 결합해서 새로운 기능을 창출해 내지 못하고, 자신이 사용하는 에디터가 요구하는 道를 무조건 따라야 합니다. 여기서 발전한게 소위 프로그래밍 가능한 에디터(Programmable editor)입니다. 매크로 기능을 극적으로 확대한 경우죠. 에디터 자체가 제공하는 자동성은 거의 없지만 -- 너무 단순합니다 -- 명령과 명령을 붙이고, 수정하고 조정해서 자신이 원하는 기능을 거의 모두 만들어 낼 수 있습니다. 이게 발전하면 자동성이 점점 높아지게 되죠. 고자동고유연의 시대가 오는 겁니다. 그러면 고자동저유연의 제품이 등장합니다. 우리가 요즘 흔히 보는 초보자용, 대중적 워드프로세서들이 되겠죠. 이건 일종의 하향 평준화입니다. 즉, 자신이 초보자거나 전문가거나 상관없이 그 에디터가 제공하는 기능의 수준에 얽매여야 합니다. 자신과 에디터로 구성된 그 시스템은 전체적 발전이 거의 없습니다. 반면, 아까 말한 저자동 고유연 시스템인 경우, 초보자들은 "초보자 수준"에서 그 에디터를 사용할 수 있고, 자신이 점점 똑똑해지면서 "전문가 수준"으로 쓸 수 가 있습니다. 시스템(유저+에디터)이 함께 진화하는 것이지요. 그런데, 요즘의 워드프로세서는 유연성이 떨어지기 때문에 새로운 문제가 발생했을 때 해결을 잘하지 못합니다. 조만간 이 시스템은 저자동저유연의 죽은 시스템이 될 겁니다. 이 때 누군가가 새로운 유연성을 제공하게 되겠죠. 그러면 그 시스템은 그 새로운 문제를 거의 "자발적"으로 해결할 수 있게 될 겁니다.
> I (3) 유저 + p-editor
see also ViEditor
- 잡담/2014 . . . . 2 matches
[https://docs.google.com/document/d/1TyQFYpYaB9U3iHUHstKAKIgDXoD9TYZX8pbRZ123K0A/edit "택배 배달해 주는 비행체- 드론, 어디까지 가능해?" by 행간읽기]: 편리한 도구에는 양면성이 있는 법. 조만간 "무인기 테러"에 대한 심층 분석이 매스컴에 둥실둥실 떠 다닐 것 같다. 마침 시기도 적당하고 말이지. -- [파초] [[DateTime(2014-04-21T00:21:29)]]
[http://infographwetrust.files.wordpress.com/2014/03/creative-routines-edit3.png Creative Routines] -- [파초] [[DateTime(2014-04-03T12:53:21)]]
- 잡담/2016 . . . . 2 matches
* @ALL allow read,show,raw,randompage,userform,diff,blog,comment,download,fullsearch,ticket,highlight,backlinks,info,recall,subscribe,rss_rc,atom,rss,rss_blog,ticket,whois,userinfo,autogoto, rawtext, trackback, titlesearch, redirect,Disqus,fastsearch
* @ALL deny edit,savepage
- AliasPageNames . . . . 1 match
# $aliaspage=$data_dir.'/text/AliasPageNames';
- Ansys . . . . 1 match
* [http://blog.daum.net/_blog/BlogView.do?blogid=0GYqG&articleno=78&_bloghome_menu=recenttext#ajax_history_home Ansys 12 설치]
- CategoryHomepage . . . . 1 match
Note that such pages are "owned" by the respective person, and should not be edited by others, except to leave a message to that person. To do so, just append your message to the page, after four dashes like so:
- EditTextForm . . . . 1 match
[wiki:HelpOnEditing 위키 도움말 바로가기], [wiki:UploadFileMacro 파일 업로드하기], [wiki:UploadedFiles 업로드 파일 보러가기]
[[EditToolbar]]
#editform
[[EditHints]]
- Elementary OS . . . . 1 match
ssun@ssun-PBL21:~$ sudo gedit /etc/rc.local
- GTD/응용 . . . . 1 match
context 설정에 @Home @Office 등등 설정하고 GPS 연동해서 장소 지정해주면
- GoogleAndroid . . . . 1 match
* [http://blog.daum.net/_blog/BlogTypeView.do?blogid=0U52t&articleno=165&_bloghome_menu=recenttext#ajax_history_home 배터리 절약 및 상쾌한 사용을 위한 스마트폰 최적화하기 팁!]
- Gravity . . . . 1 match
* --[http://ching.textcube.com/1 Gravity - 트위터 하는 사람의 필수어플 Nokia 5800]--
- GuestBook/2014 . . . . 1 match
ncity editon 버그인 것 같네요. 삭제할 페이지 알려주시면 임시 조치 하겠습니다. -- [파초] [[DateTime(2014-06-25T12:59:36)]]
- HelpOnBasicTextFormatting . . . . 1 match
* [[http://redcloth.org/hobix.com/textile/ Textile]]
- HelpOnNavigation . . . . 1 match
* [[Icon(edit)]] 페이지 고치기
- HelpOnPageDeletion . . . . 1 match
raw 혹은 [[GetText(source)]]라고 되어있는 링크를 누르면 텍스트 형식의 위키문법이 브라우져에 보여지게 되며, 이를 그대로 복사한 후에 해당 페이지에서 [[Icon(edit)]] 아이콘을 눌러 해당 페이지를 편집하여, 편집 폼에 복사했던 텍스트 내용을 붙여넣기 한 후에 저장합니다.
모니위키 1.1.3부터 지원하는 `revert`액션을 사용합니다. 단축키로 '''i'''를 누르면 변경내역을 보여주며 이때에 [[GetText(revert)]]라는 액션에 대한 링크가 나타납니다. `revert` 액션에 대한 링크가 나타나지 않으면 {{{?action=revert&rev=1.100}}}식으로 주소줄에 써넣은 후에 페이지를 불러오면 대화창이 뜨게 됩니다.
- HelpOnXmlPages . . . . 1 match
<?xml-stylesheet href="XsltVersion" type="text/xml"?>
- MediaWiki . . . . 1 match
[http://blog.jinbo.net/h2dj/?pid=613|Happy Hacking :-)] : 미디어위키에 위지윅 에디터(FCKeditor) 설치
- MoniWikiPlugins . . . . 1 match
* GetText
* moniedit
- MoniWikiTutorial . . . . 1 match
* [[Icon(edit)]] 이 아이콘을 누르면 편집창이 뜨게 됩니다.
* '''[[GetText(Preview)]]''': 편집된 내용을 미리볼 수 있습니다.
* '''[[GetText(Save)]]''': 편집이 완료되면 저장을 합니다.
* '''[[GetText(GUI)]]''': 자바스크립트가 지원되는 환경에서 GUI 편집창을 보여줍니다.
- Notepadplusplus . . . . 1 match
#keywords Editor, Text, SourceCode, Free, Windows, Programming, BOM, Unicode, MoniWiki, Python, Tip
Reopen NP++, and now it's easy and nice to run any python file strait from the editor.
- PSP . . . . 1 match
* [http://popotz.textcube.com/category/%EC%BB%A4%EC%8A%A4%ED%85%80%20%ED%8E%8C%EC%9B%A8%EC%96%B4 포포츠 블로그, 커스텀 펌웨어]
- Proe part2 서피스 모델링 . . . . 1 match
attachment:text1.png
- Ricoh GR . . . . 1 match
* [http://cultpd.com/2246?_top_tistory=new_text 소니 RX1R, RX1, RX100II, NEX7, GR 대비교 - 다른 생각, 다른 시선]
- SILKYPICS . . . . 1 match
#keywords photo, editor, pc, raw
- Twitter . . . . 1 match
'''제 6장 유용한 트위터 서비스들'''항목에 [http://icehit3.textcube.com/77 MBTI 테스트]를 한 부분이 실리게 되었다.
- UserPreferences . . . . 1 match
'''[[GetText(logout)]]'''을 누르면 쿠키가 지워지고, '''[[Gettext(Login)]]'''을 하시면 쿠키가 사용되며, 다른 곳에서도 같은 설정을 유지하며 사용하실 수 있습니다. 공공의 PC에서 [필명]이 도용되는 것을 막기 위해서 '''[[GetText(Logout)]]'''을 이용해 주시기 바랍니다.
설정을 변경한 후에 '''[[GetText(Save)]]'''를 누르면 그 설정이 저장됩니다.
- VirtualCloneDrive . . . . 1 match
* Seamless integration in Windows Explorer context menu
- Windows7Install . . . . 1 match
업무용으로 이번에 업그레이드 하는 PC 사양이 Windwos7 64bit edition을 사용해도 된다는 판단을 내린 직후 설치 계획을 수립해 봤다.
- mp3p . . . . 1 match
[http://www.asbattery.co.kr/board/board.html?code=seenet1&page=18&type=v&num1=984523&num2=10000&s_id=&stext=&ssubject=&shname=&scontent=&sbrand=&datekey=&lock=N 태극전기에서 리필]이 가능하다. 가격은 약 2만원.
- 마계전기 디스가이아 . . . . 1 match
공략은 [http://ruliweb2.nate.com/ruliboard/read.htm?main=psp&table=gr_dis&page=&num=17306&find=&ftext=&left= 루리웹의 마계전기 디스가이아 공략 게시판]에서 확인할 수 있다.
- 모니위키/htaccess . . . . 1 match
{{{#!plain text
- 모니위키/설정 . . . . 1 match
$aliaspage=$data_dir.'/text/AliasPageNames';
- 블로그 . . . . 1 match
[http://www.textcube.org/plugin/777 향상된 키워드 출력 플러그인 v1.1]을 뜯어고쳐서, 위키로 연결되도록 만들어 볼까?
- 숨기기 보이기 HTML 태그 . . . . 1 match
{{{#!gcode text
- 스티븐 잡스 . . . . 1 match
This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation Studios, delivered on June 12, 2005.
- 신용카드 . . . . 1 match
#keywords CreditCard, Pay
- 이어폰 . . . . 1 match
11번가에서의 흥행에 힘입어 xxx개 Limited edition이 판매되었으나, 대부분의 사람들은 큼지막한 LG 로고에 경악했다.
- 잡담/2018 . . . . 1 match
아무리 페이지를 수정해도, editlog를 삭제해도 내용이 반영되지 않는 것이다.
- 지갑 . . . . 1 match
#keywords Wallet, Money, CreditCard
- 텍스트큐브/이미지 외부 링크 막기 . . . . 1 match
#keywords Image, Stop, Textcube, .htaccess, Traffic, Link
{{{#!plain text
Found 79 matching pages out of 805 total pages
You can also click here to search title.