diff -ruN ./ZWiki-0.11.0/CHANGES.txt ./ZWiki/CHANGES.txt --- ./ZWiki-0.11.0/CHANGES.txt Sun Oct 20 02:57:40 2002 +++ ./ZWiki/CHANGES.txt Sat Oct 19 15:11:10 2002 @@ -1,4 +1,11 @@ Zwiki 0.11.0 2002-10-01 + + ³µÍ× + + ¥Ð¥°¤È¤ê¡¢¹ñºÝ²½¥Ú¡¼¥¸Ì¾¡¢¥í¥°¥Î¡¼¥Èµ­ºÜ¡¢WikiForNows¤È¤Î´°Á´Æ±²½ + CMFWiki¤È¤ÎÅý¹ç(alpha)¡£ + +Zwiki 0.11.0 2002-10-01 Summary diff -ruN ./ZWiki-0.11.0/Diff.py ./ZWiki/Diff.py --- ./ZWiki-0.11.0/Diff.py Sun Oct 20 02:57:40 2002 +++ ./ZWiki/Diff.py Thu Oct 3 06:43:28 2002 @@ -94,16 +94,16 @@ r = [] for tag, alo, ahi, blo, bhi in cruncher.get_opcodes(): if tag == 'replace': - if verbose: r.append('??changed:') + if verbose: r.append('??Êѹ¹:') r = r + self._abbreviateDiffLines(a[alo:ahi],'-',10) r = r + self._abbreviateDiffLines(b[blo:bhi],'',50) r.append('') elif tag == 'delete': - if verbose: r.append('--removed:') + if verbose: r.append('--ºï½ü:') r = r + self._abbreviateDiffLines(a[alo:ahi],'-',10) r.append('') elif tag == 'insert': - if verbose: r.append('++added:') + if verbose: r.append('++ÄɲÃ:') r = r + self._abbreviateDiffLines(b[blo:bhi],'',50) r.append('') elif tag == 'equal': @@ -160,8 +160,11 @@ return """\ + + + @@ -171,10 +174,10 @@ @@ -189,11 +192,11 @@ self.page_url(), (revA>=19 and '') # we only see 20 revs right now or ''' - + ''', (revA==1 and '') or ''' - + ''', revA, t) @@ -313,7 +316,7 @@ """Create a new object copy with the contents of an historic copy.""" request=getattr(self, 'REQUEST', None) if not self.isAllowed('edit', request): - raise 'Unauthorized', "You're not allowed to edit this page" + raise 'Unauthorized', "¤¢¤Ê¤¿¤Ë¤Ï¤³¤Î¥Ú¡¼¥¸¤ÎÊÔ½¸µö²Ä¤¬¤¢¤ê¤Þ¤»¤ó¡£
(You're not allowed to edit this page)" self.manage_historyCopy(keys=keys) if REQUEST is not None: REQUEST.RESPONSE.redirect(self.wiki_page_url()) diff -ruN ./ZWiki-0.11.0/Mail.py ./ZWiki/Mail.py --- ./ZWiki-0.11.0/Mail.py Sun Oct 20 02:57:40 2002 +++ ./ZWiki/Mail.py Sun Oct 20 01:24:35 2002 @@ -493,7 +493,7 @@ pageurl, self.wiki_url(), mailouttext, - getattr(self.folder(),'mail_signature','forwarded from %s') %pageurl + getattr(self.folder(),'mail_signature','ÇÛ¿®¸µ¥µ¥¤¥È: %s %s \nforwarded from %s') %(self.folder().title,pageurl,pageurl) ) # mail_signature is very temporary.. I think mhost.send(msg) diff -ruN ./ZWiki-0.11.0/Parents.py ./ZWiki/Parents.py --- ./ZWiki-0.11.0/Parents.py Sun Oct 20 02:57:40 2002 +++ ./ZWiki/Parents.py Sat Oct 26 18:03:14 2002 @@ -1,7 +1,7 @@ ###################################################################### # zwiki page parenting functionality -from string import join +from string import join,upper from types import * from urllib import quote import Acquisition @@ -50,7 +50,7 @@ #if not (self._checkPermission(Permissions.Reparent, self) and # self.requestHasSomeId(REQUEST)): # raise 'Unauthorized', ( - # _('You are not authorized to reparent this ZWiki Page.')) + # _('¤¢¤Ê¤¿¤Ë¤Ï¡¢¤³¤Î¥Ú¡¼¥¸¤Î¿Æ¥Ú¡¼¥¸Êѹ¹¤Î¸¢¸Â¤¬¤¢¤ê¤Þ¤»¤ó¡£
(You are not authorized to reparent this ZWiki Page.)')) if pagename: parents = pagename @@ -154,8 +154,8 @@ suppress_hyperlink=suppress_hyperlink, realid=self.pageWithName(myid).id()) - return '") @@ -336,7 +336,7 @@ if suppress_hyperlink: _got.append('%s
  • %s' % (indent, inm)) else: - _got.append('%s
  • %s' % (indent, rel, realid or quote(n), inm)) + _got.append('%s
  • %s' % (indent, rel, realid or quote(n), inm)) else: inm = "" + n + "" try: @@ -344,8 +344,8 @@ except: linktitle = '' _got.append(\ - '%s
  • %s <-- you are here' - % (indent, rel, quote(n), quote(n), + '%s
  • %s <-- ¸½ºßÃÏ(you are here)' + % (indent, rel, quote_i(n), quote(n), linktitle, inm)) else: @@ -356,7 +356,7 @@ linktitle = '' _got.append(\ '%s
  • %s' - % (indent, rel, quote(n), quote(n), + % (indent, rel, quote_i(n), quote(n), linktitle, inm)) @@ -543,3 +543,45 @@ got.insert(0, page) return got +def quote_i(u=''): + """Enable to use for wiki name as Japanese language. + by Nobuyuki Koyoshi in Japan. 2002-10-10 + """ + ul=quote_x(u) + if u==ul: + return upper(ul[0])+ul[1:] + else: + if ul[0:1]=='_' and not u[0:1]=='_': + return 'X%s' % (ul) + else: + return upper(ul[0])+ul[1:] + +always_safe = ('ABCDEFGHIJKLMNOPQRSTUVWXYZ' + 'abcdefghijklmnopqrstuvwxyz' + '0123456789' '_.-') +_fast_safe_test = always_safe + '/' +_fast_safe = None + +def quote_x(s, safe = '/'): + safe = always_safe + safe + if _fast_safe_test == safe: + return _fast_quote_x(s) + res = list(s) + for i in range(len(res)): + c = res[i] + if c not in safe: + res[i] = '_%02x' % ord(c) + return ''.join(res) + +def _fast_quote_x(s): + global _fast_safe + if _fast_safe is None: + _fast_safe = {} + for c in _fast_safe_test: + _fast_safe[c] = c + res = list(s) + for i in range(len(res)): + c = res[i] + if not _fast_safe.has_key(c): + res[i] = '_%02x' % ord(c) + return ''.join(res) diff -ruN ./ZWiki-0.11.0/ReadMeJP.txt ./ZWiki/ReadMeJP.txt --- ./ZWiki-0.11.0/ReadMeJP.txt Thu Jan 1 09:00:00 1970 +++ ./ZWiki/ReadMeJP.txt Sun Oct 20 01:41:39 2002 @@ -0,0 +1,17 @@ +¡¡¤³¤ÎZope¥×¥í¥À¥¯¥È¤Ï¡¢¤¢¤Ê¤¿¤ÎZope¥µ¡¼¥ÐÆâ¤ËWiki¥¦¥§¥Ö¤òºî¤ë¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£ + +¡ÚºîÀ®¼ê½ç¡Û + + 1. ZWiki-x.x.x.tgz ¤ò¤¢¤Ê¤¿¤ÎZope¥µ¡¼¥Ð¤ÎProducts ¥Ç¥£¥ì¥¯¥È¥ê¤Ë²òÅष¤Þ¤¹¡£ + + 2. Zope¤òºÆµ¯Æ°¤·¤Þ¤¹¡£ + + 3. Zope¤Î´ÉÍý²èÌ̤ǡ¢ZWiki¥¦¥§¥Ö¤òÄɲò¼¤µ¤¤¡£ + +¢¨¡¡¤³¤ÎZWikiÆüËܸì¥Ñ¥Ã¥±¡¼¥¸¤Î¸¶ºî¤Ï¡¢README.txt¤Ë¤¢¤ëÄ̤ꡢSimon Michael + ¤òÃæ¿´¤È¤¹¤ëZWiki¥³¥ß¥å¥Ë¥Æ¥£¤ÎÃøºîʪ¤Ç¤¢¤ê¡¢ + GNU GPL¤È¤·¤ÆÇÛÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¡¡¤Þ¤¿¡¢¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ï¡¢ÆüËܤÎZope¥æ¡¼¥¶¤ÎÍ­»Ö¤Î¹×¸¥¤Ë¤è¤êºîÀ®¤µ¤ì¤¿ + ºî¶È¤ò´ð¤ËºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£²þÁ±¤ä¥Ð¥°¾ðÊ󡢤½¤ì¤Ë¤´°Õ¸«¤Ê¤É¤´¤¶¤¤¤Þ¤·¤¿¤é + ÆüËÜZope¥æ¡¼¥¶²ñ¤Î¥Û¡¼¥à¥Ú¡¼¥¸¤Î(http://wiki.zope.jp/ZWikiJapanesePack/)Ëø + ¤ª´ê¤¤¿½¤·¾å¤²¤Þ¤¹¡£ diff -ruN ./ZWiki-0.11.0/ZWikiPage.py ./ZWiki/ZWikiPage.py --- ./ZWiki-0.11.0/ZWikiPage.py Sun Oct 20 02:57:40 2002 +++ ./ZWiki/ZWikiPage.py Sun Oct 27 13:45:40 2002 @@ -15,7 +15,7 @@ import os, sys, re, string, time, math, traceback from DateTime import DateTime -from string import split,join,find,lower,rfind,atoi,strip +from string import split,join,find,lower,rfind,atoi,strip,replace from types import * from wwml import translate_WMML from AccessControl import getSecurityManager @@ -912,7 +912,9 @@ # page = self.folder()[unquote(pagename)] # I think they all need unquoting # also allow for differing wikiname & id now - page = self.pageWithName(unquote(pagename)) + page = self.pageWithName(unquote_i(pagename,0)) + if not page: + page = self.pageWithName(unquote_i(pagename,1)) # bah!!! if page: linktitle = page.linkTitle() @@ -1651,7 +1653,7 @@ 'APageWith_21' >>> p.canonicalIdFrom('a_page') 'A_5fpage' - >>> p.canonicalIdFrom('ÃPage') + >>> p.canonicalIdFrom('?Page') 'X_c3Page' >>> p.canonicalIdFrom('_c3Page') 'X_5fc3Page' @@ -2596,7 +2598,7 @@ else: return default_backlinks(self,self,REQUEST) - def editform(self, REQUEST=None, page=None, text=None, action='Change'): + def editform(self, REQUEST=None, page=None, text=None, action='Êѹ¹'): """ Display a default or custom form to edit or create the specified page. @@ -2617,7 +2619,7 @@ text = self.pageWithName(page).read() else: # editing a brand-new page - action = 'Create' + action = 'ºîÀ®' text = '' # display the edit form - a dtml method or the builtin default @@ -2661,10 +2663,25 @@ titlestr=_('Edit conflict') return MessageDialog( title=titlestr, - message=""" - %s + message="""
  • +value="Á´ÍúÎò"> %s %s - +
    +
    ÊÔ½¸¤Ç¾×Æͤ¬È¯À¸¤·¤Þ¤·¤¿
    +

    + ¤¢¤Ê¤¿¤ÎÊÔ½¸Ãæ¤Ë¡¢¤É¤Ê¤¿¤«Â¾¤ÎÊý¤¬¤³¤Î¥Ú¡¼¥¸¤ò½ñÂؤ¨¤Þ¤·¤¿¡£
    + ¤³¤Î¾×Æͤò²ò·è¤¹¤ë¤Ë¤Ï¡¢¼¡¤Î¤³¤È¤ò¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£: +

      +
    1. ¥Ö¥é¥¦¥¶¤Î¥Ð¥Ã¥¯¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ +
    2. ¤¢¤Ê¤¿¤¬ÊÔ½¸¤·¤¿Éôʬ¤ò¥¯¥ê¥Ã¥×¥Ü¡¼¥È¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£ +
    3. ¥ê¥Õ¥ì¥Ã¥·¥å¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ +
    4. ¾¤ÎÉôʬ¤Ø¤Î±Æ¶Á¤Ëµ¤¤òÉÕ¤±¤Æ¡¢ÊÔ½¸²Õ½ê¤òÄ¥ÉÕ¤±¤ÆÉü¸µ¤·¤Þ¤¹¡£ +
    5. ºÆÅÙ¡¢Êѹ¹¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ +
    + ¤Þ¤¿¤Ï +

    + º£¤ÎÊÔ½¸¤ò¼Î¤Æ¤Æ¡¢²þ¤á¤Æ¿·µ¬¤ËÊÔ½¸¤·¤Þ¤¹¡££Ï£Ë¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ + +

    %s

    - %s. + %s.
    %s:

    1. %s @@ -2675,7 +2692,7 @@
    %s,

    - %s. + %s.

    """ % ( titlestr, _("Someone else has saved this page while you were editing"), @@ -3039,13 +3056,28 @@ # please clean me up def linkTitleFrom(self,last_edit_time=None,last_editor=None,prettyprint=0): """ + ºÇ½ª¹¹¿·»þ¤È¹¹¿·¼Ô¤Î¥ê¥ó¥¯¥¿¥¤¥È¥ëʸ»úÎó¤ÎÀ¸À® make a link title string from these last_edit_time and editor strings with prettyprint=1, format it for use in the standard header. """ interval = self.asAgeString(last_edit_time) + interval = replace(interval,'seconds','ÉÃ') + interval = replace(interval,'second','ÉÃ') + interval = replace(interval,'minutes','ʬ') + interval = replace(interval,'minute','ʬ') + interval = replace(interval,'hours','»þ´Ö') + interval = replace(interval,'hour','»þ´Ö') + interval = replace(interval,'days','Æü') + interval = replace(interval,'day','Æü') + interval = replace(interval,'weeks','½µ´Ö') + interval = replace(interval,'week','½µ´Ö') + interval = replace(interval,'months','·î') + interval = replace(interval,'month','·î') + interval = replace(interval,'years','ǯ') + interval = replace(interval,'year','ǯ') if not prettyprint: - s = "last edited %s ago" % (interval) + s = " %s Á°¹¹¿·" % (interval) else: try: assert self.REQUEST.AUTHENTICATED_USER.has_permission( @@ -3053,10 +3085,11 @@ #XXX do timezone conversion ? lastlog = self.lastlog() if lastlog: lastlog = ' ('+lastlog+')' - s = 'last edited %s ago' % \ +# s = 'last edited %s ago' % \ + s = '%sÁ°¹¹¿·' % \ (self.page_url(), lastlog, interval) except: - s = 'last edited %s ago' % (interval) + s = ' %s Á°¹¹¿· ' % (interval) if (last_editor and not re.match(r'^[0-9\.\s]*$',last_editor)): # escape some things that might cause trouble in an attribute @@ -3414,3 +3447,30 @@ #large programs, it is wise to use some kind of convention that #... #verbs for methods and nouns for data attributes." + + +def unquote_i(s,u=0): + """unquote('abc%20def') -> 'abc def'.""" + mychr = chr + myatoi = int + if s[0:2]=='X_': s=s[1:] + pat=re.compile(r'(X_+[0-9a-f]+[0-9a-f]+)') + pat2=re.compile(r'[A-Z]+') + if re.match(pat,s[0:2]): s=s[1:] + else: + if u==1: + if re.match(pat2,s[0:1]):s=lower(s[0])+s[1:] + list = s.split('_') + res = [list[0]] + myappend = res.append + del list[0] + for item in list: + if item[1:2]: + try: + myappend(mychr(myatoi(item[:2], 16)) + + item[2:]) + except: + myappend('%' + item) + else: + myappend('%' + item) + return "".join(res) diff -ruN ./ZWiki-0.11.0/dtml/zwikiPageAdd.dtml ./ZWiki/dtml/zwikiPageAdd.dtml --- ./ZWiki-0.11.0/dtml/zwikiPageAdd.dtml Sun Oct 20 02:57:40 2002 +++ ./ZWiki/dtml/zwikiPageAdd.dtml Thu Oct 3 07:17:20 2002 @@ -1,14 +1,20 @@ -Add ZWiki Page + + +ZWiki¥Ú¡¼¥¸ ¤Î ÄɲÃ(Add ZWiki Page) + -

    Add ZWiki Page

    +

    ZWiki¥Ú¡¼¥¸ ¤Î ÄɲÃ(Add ZWiki Page)

    + ²¼¤Î¥Õ¥©¡¼¥à¤ò»È¤Ã¤Æ¿·¤·¤¤ZWiki¥Ú¡¼¥¸¥ª¥Ö¥¸¥§¥¯¥È¤òºî¤ê¤Þ¤¹¡£ + ƱÍͤˡ¢¡Ö³«¤¯(Browse)¡×¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤³¤È¤Ç¤ª¼ê¸µ¤Î¥³¥ó¥Ô¥å¡¼¥¿ + ¤è¤ê´û¸¤ÎHTML¥Õ¥¡¥¤¥ë¤òÁªÂò¤·¡¢·ÇºÜ¤·¤Æ¤â·ë¹½¤Ç¤¹¡£
    You may create a new ZWiki Page object using the form below. You may also choose to upload an existing html file from your local computer by clicking the Browse button. diff -ruN ./ZWiki-0.11.0/dtml/zwikiWebAdd.dtml ./ZWiki/dtml/zwikiWebAdd.dtml --- ./ZWiki-0.11.0/dtml/zwikiWebAdd.dtml Sun Oct 20 02:57:40 2002 +++ ./ZWiki/dtml/zwikiWebAdd.dtml Thu Oct 3 07:08:10 2002 @@ -1,9 +1,12 @@ -Add a ZWiki web + + +ZWiki Web ¤Î ÄɲÃ(Add a ZWiki web) + -

    Add a ZWiki web..

    +

    ZWiki Web ¤Î ÄɲÃ(Add a ZWiki web..)

    @@ -13,13 +16,13 @@ - + - +
    Title:¥¿¥¤¥È¥ë(Title):
    Type:¥¿¥¤¥×(Type): @@ -50,8 +53,8 @@

    - - (and enter) + + ºîÀ®¤·¤¿ZWiki¥µ¥¤¥È¤ò³«¤¯(and enter)
    diff -ruN ./ZWiki-0.11.0/templates/defaults/backlinks.dtml ./ZWiki/templates/defaults/backlinks.dtml --- ./ZWiki-0.11.0/templates/defaults/backlinks.dtml Sun Oct 20 02:57:42 2002 +++ ./ZWiki/templates/defaults/backlinks.dtml Sun Oct 27 00:02:39 2002 @@ -1,8 +1,11 @@ + + <dtml-var "aq_parent.title"><dtml-var title_or_id> backlinks + @@ -42,13 +45,16 @@ or Catalog(canonicalLinks=thiscid) + Catalog(links=thisid) ">

    -Here are the pages which link to : +¤Ø¥ê¥ó¥¯¤·¤Æ¤¤¤ë¥Ú¡¼¥¸(Here are the pages which link to ):

    -You can also set this page's parent(s), to locate it within the +¤³¤Î¥Ú¡¼¥¸¤Î¿Æ¤òÀßÄꤷ¡¢¥³¥ó¥Æ¥ó¥Ä¡¦¥Þ¥Ã¥×¾å¤Î°ÌÃÖÉÕ¤±¤¬½ÐÍè¤Þ¤¹¡£ +¥Ü¥Ã¥¯¥¹¤Î¥Á¥§¥Ã¥¯¤Þ¤¿¤ÏÊ̤Υڡ¼¥¸Ì¾¤òÆþÎϸ塢¡Ö¿Æ¥Ú¡¼¥¸ÀßÄê(Reparent)¡×¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ +Ä̾ï¤Ï¡¢°ì¤Ä¤Î¿Æ¤Ç½¼Ê¬¤Ç¤·¤ç¤¦¡£ +
    (You can also set this page's parent(s), to locate it within the contents hierarchy. Check the boxes or enter a new page name and click -Reparent. A single parent is usually sufficient. +Reparent. A single parent is usually sufficient.)

      @@ -76,9 +82,9 @@
      -Other parent: +¾¤Î¿Æ¥Ú¡¼¥¸(Other parent):

      - +
      @@ -93,13 +99,16 @@ thisid=id >

      -Here are the pages which link to : +¤Ø¥ê¥ó¥¯¤·¤Æ¤¤¤ë¥Ú¡¼¥¸(Here are the pages which link to ):

      -You can also set this page's parent(s), to locate it within the +¤³¤Î¥Ú¡¼¥¸¤Î¿Æ¤òÀßÄꤷ¡¢¥³¥ó¥Æ¥ó¥Ä¡¦¥Þ¥Ã¥×¾å¤Î°ÌÃÖÉÕ¤±¤¬½ÐÍè¤Þ¤¹¡£ +¥Ü¥Ã¥¯¥¹¤Î¥Á¥§¥Ã¥¯¤Þ¤¿¤ÏÊ̤Υڡ¼¥¸Ì¾¤òÆþÎϸ塢¡Ö¿Æ¥Ú¡¼¥¸ÀßÄê(Reparent)¡×¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Þ¤¹¡£ +Ä̾ï¤Ï¡¢°ì¤Ä¤Î¿Æ¤Ç½¼Ê¬¤Ç¤·¤ç¤¦¡£ +
      (You can also set this page's parent(s), to locate it within the contents hierarchy. Check the boxes or enter a new page name and click -Reparent. A single parent is usually sufficient. +Reparent. A single parent is usually sufficient.)

        @@ -130,9 +139,9 @@
        -Other parent: +¾¤Î¿Æ¥Ú¡¼¥¸(Other parent):

        - +
        diff -ruN ./ZWiki-0.11.0/templates/defaults/editform.dtml ./ZWiki/templates/defaults/editform.dtml --- ./ZWiki-0.11.0/templates/defaults/editform.dtml Sun Oct 20 02:57:42 2002 +++ ./ZWiki/templates/defaults/editform.dtml Sun Oct 27 15:34:15 2002 @@ -1,12 +1,15 @@ + + <dtml-var "aq_parent.title"> -<dtml-if "action == 'Create'"> -creating<dtml-else> -editing</dtml-if> &dtml-id; +<dtml-if "action == 'ºîÀ®'"> +ºîÀ®(creating)<dtml-else> +ÊÔ½¸(editing)</dtml-if> &dtml-id; +
    @@ -19,9 +22,10 @@  - -Creating -Editing &dtml-id; +&dtml-id;¤Î + +ºîÀ®(Creating +ÊÔ½¸(Editing &dtml-id;) @@ -46,7 +50,13 @@   @@ -65,7 +75,7 @@ uploaddir)"> @@ -75,7 +85,7 @@ - + - +
    - + + + + + + +
    -Upload a file or image: +¥Õ¥¡¥¤¥ë¥¤¥á¡¼¥¸¤Î·ÇºÜ(Upload a file or image): style="background-color:#f0f0f0">
    -Render this page as: +¤³¤Î¥Ú¡¼¥¸¤Î¥ì¥ó¥À¥ê¥ó¥°(Render this page as):
    Name: ̾Á°(Name):
    Type: ¥¿¥¤¥×(Type): &dtml-page_type;
    @@ -164,18 +174,18 @@
    - Rename and Delete + ̾Á°Êѹ¹¤Èºï½ü(Rename and Delete)
    - No Delete or Rename forms for FrontPage - it - can not be removed. + FrontPage¤Ï¼è¤ê½ü¤¯¤³¤È¤¬½ÐÍè¤Þ¤»¤ó¤Î¤Ç¡¢Ì¾Á°Êѹ¹¤Þ¤¿¤Ïºï½ü¥Õ¥©¡¼¥à¤¬¤¢¤ê¤Þ¤»¤ó¡£( No Delete or Rename forms for FrontPage - it + can not be removed.) - You can not rename or delete this page. - do so. + ¤³¤Î¥Ú¡¼¥¸¤Î̾Á°Êѹ¹¤Èºï½ü¤Ï½ÐÍè¤Þ¤»¤ó¡£(You can not rename or delete this page.) + ¤â¡¢Æ±ÍͤǤ¹¡£( do so.) @@ -344,7 +354,8 @@
    -See HelpPage for help +¥Ø¥ë¥×¤ò¤´Í÷²¼¤µ¤¤ +(See HelpPage for help) diff -ruN ./ZWiki-0.11.0/templates/defaults/subscribeform.dtml ./ZWiki/templates/defaults/subscribeform.dtml --- ./ZWiki-0.11.0/templates/defaults/subscribeform.dtml Sun Oct 20 02:57:42 2002 +++ ./ZWiki/templates/defaults/subscribeform.dtml Sat Oct 26 23:41:57 2002 @@ -1,6 +1,6 @@ -<dtml-var "aq_parent.title"><dtml-var id> subscription +<dtml-var "aq_parent.title">¡Ö<dtml-var title_or_id>¡×¤Ø¤Î ÇÛ¿®ÅÐÏ¿(subscription) @@ -13,9 +13,9 @@ @@ -30,17 +30,22 @@ +¡¡¤³¤Î¥Ú¡¼¥¸¤Þ¤¿¤Ï¤³¤ÎWiki¥µ¥¤¥ÈÁ´ÂΤËÂФ·¥á¡¼¥ëÇÛ¿®¤ÎÅÐÏ¿¤¬½ÐÍè¤Þ¤¹¡£ + ÅÐÏ¿¼Ô¤ÏÅŻҥ᡼¥ë·Ðͳ¤Ç¡¢¥³¥á¥ó¥È¤Î¥³¥Ô¡¼¤ò¼õ¿®¤¹¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹ +(¤³¤Îµ¡Ç½¤Ï¡¢¥µ¥¤¥È´ÉÍý¼Ô¤¬¤½¤ì¤òÍ­¸ú¤Ë¤·¤Ê¤¤¸Â¤ê½ÐÍè¤Þ¤»¤ó)¡£ +ÅÐÏ¿¤·¤Ê¤¤¤Ê¤é¤Ð¡¢¡Ö&dtml-title_or_id;¡×¤ËÌá¤ê¤Þ¤·¤ç¤¦¡£
    + You can subscribe to this page or to the whole wiki. Subscribers receive a copy of comments via email (but not general edits, unless enabled by the site admin). -Or return to &dtml-id;. +Or return to '&dtml-title_or_id;'.

    -Your email address: +¤¢¤Ê¤¿¤ÎEmail¥¢¥É¥ì¥¹(Your email address): - +

    -home +home -Mail subscription +ÇÛ¿®ÅÐÏ¿(Mail subscription)

    @@ -53,6 +58,14 @@ bgcolor="#ff7777" > +¤¢¤Ê¤¿¤Ï¡¢¤³¤Î¥Ú¡¼¥¸¤Ë + +ÅÐÏ¿Ãæ + +̤ÅÐÏ¿ + +¤Ç¤¹¡£
    + You are currently subscribed
    @@ -62,9 +75,9 @@ to this page.
    - + - +
    @@ -75,6 +88,13 @@ bgcolor="#ff7777"
    > +¤¢¤Ê¤¿¤Ï¡¢¤³¤ÎWiki¥µ¥¤¥ÈÁ´ÂΤËÂФ· + +ÅÐÏ¿¤·¤Æ¤¤¤Þ¤¹ + +ÅÐÏ¿¤·¤Æ¤¤¤Þ¤»¤ó + +¡£
    You are currently subscribed
    @@ -84,9 +104,9 @@ to the whole wiki.
    - + - +
    @@ -96,13 +116,14 @@
    @@ -114,7 +135,7 @@ - @@ -24,7 +27,7 @@ @@ -41,7 +44,7 @@ +href="wiki_url" title="¥Û¡¼¥à¥Ú¡¼¥¸¤Î¥È¥Ã¥×¤Ø (go to home page)" accesskey="1"> home @@ -68,7 +71,7 @@ title python:'show backlinks for this page ('+here.linkTitle()+')'" tal:content="here/title_or_id" href="page_url/backlinks" -title="show backlinks for this page (last edited n days ago by so-and-so)" +title="¤³¤Î¥Ú¡¼¥¸¤Î¥Ð¥Ã¥¯¥ê¥ó¥¯(show backlinks for this page) (last edited n days ago by so-and-so)" accesskey="b" >page name @@ -107,11 +110,11 @@ tal:condition="python:request.get('zwiki_showsearch',1)" name="expr" type="text" size="20" maxlength="100" value="" style="width:100%; background-color:#ffffff" -title="search all pages.. spaces are significant" accesskey="s">

    -last edited n days ago by by so-and-so +ºÇ½ª¹¹¿·: last edited n days ago by by so-and-so @@ -135,7 +138,7 @@ +href="wiki_url" title="¥Û¡¼¥à¥Ú¡¼¥¸¤Î¥È¥Ã¥×¤Ø (go to home page)" accesskey="1"> homepage name @@ -160,6 +163,7 @@ tal:condition="python:request.get('zwiki_showlogo',1)" tal:attributes="href here/wiki_url" href="wiki_url" title="go to home page" accesskey="1"> +href="wiki_url" title="¥Û¡¼¥à¥Ú¡¼¥¸¤Î¥È¥Ã¥×¤Ø (go to home page)" accesskey="1"> +¥æ¡¼¥¶ÀßÄê: full +title="Á´Éô¤òɽ¼¨¤·¤Þ¤¹¡£(show all features)" accesskey="f">´°Á´(full) simple +title="´ðËÜŪ¤Ê¤â¤Î¤òɽ¼¨¤·¤Þ¤¹(¥Ä¥ê¡¼¤Ê¤·)¡£(show basic features (no page hierarchy))" accesskey="i">ά¼°(simple) minimal +title="ËܼÁŪÍ×Áǰʳ°¤ò±£¤·¤Þ¤¹(hide all non-essential features)" accesskey="m">ºÇ¾®(minimal) @@ -252,14 +257,14 @@ help +href="HelpPage" title="¥Ø¥ë¥×¥Ú¡¼¥¸¤Ø(go to HelpPage)" accesskey="h" +>¥Ø¥ë¥×(help) subscribe +title="¤³¤Î¥Ú¡¼¥¸¤Þ¤¿¤Ï¥µ¥¤¥ÈÁ´ÂΤؤÎEmailÇÛ¿®¤ÎÀßÄê(configure email subscription to this page or site)" accesskey="u" +>ÇÛ¿®ÅÐÏ¿(subscribe) @@ -268,9 +273,9 @@ href python:here.page_url() + '/editform'; title python:'edit this page (' + here.linkTitle() + ')'" href="page_url/editform" -title="edit this page (last edited n days ago by so-and-so)" +title="¥Ú¡¼¥¸ÊÔ½¸( n ÆüÁ°ÊÔ½¸) [edit this page (last edited n days ago by so-and-so)]" accesskey="e" ->edit +>¥Ú¡¼¥¸ÊÔ½¸(edit) (external edit) @@ -303,7 +308,7 @@ tal:attributes="cols python:request.get('zwiki_width','') or 60" wrap="virtual" name="text" rows=3 cols=60 style="width:100%; background-color:#f0f0f0" -title="enter comments here & click add; or, click edit" accesskey="c"> +title="¥³¥á¥ó¥È¤òÆþ¤ì¡Ö¥³¥á¥ó¥ÈÄɵ­¡×¥Ü¥¿¥ó!! / ¡Ö¥Ú¡¼¥¸ÊÔ½¸¡×¥¯¥ê¥Ã¥¯¤È¤¤¤¦¼ê¤â!! (enter comments here & click add; or, click edit)" accesskey="c"> @@ -318,11 +323,11 @@   diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/AnnoyingQuote.stx ./ZWiki/templates/zwikidotorgjp/AnnoyingQuote.stx --- ./ZWiki-0.11.0/templates/zwikidotorgjp/AnnoyingQuote.stx Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/AnnoyingQuote.stx Sun Oct 6 15:28:14 2002 @@ -0,0 +1,19 @@ +#parents:ZWiki +¤³¤Î¥Ú¡¼¥¸¤ÎºÇ½ª¹Ô¤òÊÔ½¸¤¹¤ë(¤¢¤ë¤¤¤Ï¡¢¤½¤³¤Ë¥³¥á¥ó¥È¤ò²Ã¤¨¤ë)¤³¤È¤Ç¡¢ +¥Ú¡¼¥¸±¦¾å¤Î°úÍÑʸ(¥ê¥ó¥¯¥á¥Ë¥å¡¼)¤òÊѹ¹¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¿·¤·¤¤¹Ô¤ò²Ã¤¨¤Ê¤¤¤Ç²¼¤µ¤¤¡£²þ¹Ô¸å¤Ï¤½¤ÎºÇ½ª¹Ô¤¬É½¼¨Âоݤˤʤê¤Þ¤¹¡£ + + +You can change the header quote by editing the last line of this page (or +adding a comment). Don't add a final newline. + +AnnoyingQuote: Hello, world. + +
    + +¥Ú¡¼¥¸±¦¾å¤Î°úÍÑ(¥ê¥ó¥¯¥á¥Ë¥å¡¼)¤Ï¤³¤Î¥Ú¡¼¥¸¤ÎºÇ½ª¹Ô¤òÊÔ½¸¡¢¤Þ¤¿¤Ï¡¢¥³¥á¥ó¥È¤òÄɲ乤뤳¤È¤Ç¡¢ÊѤ¨¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¤·¤«¤·¡¢ºÇ½ª¹Ô¤Ç²þ¹Ô¤·¡¢¿·¤·¤¤¹Ô¤ò²Ã¤¨¤Ê¤¤¤Ç²¼¤µ¤¤¡£²þ¹Ô¸å¤Ï¤½¤ÎºÇ½ª¹Ô¤¬É½¼¨Âоݤˤʤê¤Þ¤¹¡£ + +¡ÚÀßÄêÎã¡Û + +
    -You are subscribed to these other pages:
    +¤¢¤Ê¤¿¤¬ÅÐÏ¿¤·¤Æ¤¤¤ë¤½¤Î¾¤Î¥Ú¡¼¥¸ +(You are subscribed to these other pages):
    -You have no other page subscriptions. +¾¤Ë¡¢¤¢¤Ê¤¿¤ÎÅÐÏ¿¤·¤Æ¤¤¤ë¥Ú¡¼¥¸¤Ï¤¢¤ê¤Þ¤»¤ó¡£
    (You have no other page subscriptions.)
    - subscribers: +¡Ö¡×¤Ø¤ÎÅÐÏ¿¼Ô(subscribers):
    @@ -131,7 +152,7 @@
    -wiki subscribers: +Wiki¤Ø¤ÎÅÐÏ¿¼Ô(wiki subscribers):
    @@ -152,7 +173,7 @@
    - + diff -ruN ./ZWiki-0.11.0/templates/defaults/wikipage.zpt ./ZWiki/templates/defaults/wikipage.zpt --- ./ZWiki-0.11.0/templates/defaults/wikipage.zpt Sun Oct 20 02:57:41 2002 +++ ./ZWiki/templates/defaults/wikipage.zpt Sun Oct 27 13:51:30 2002 @@ -1,9 +1,12 @@ + + <span tal:replace="container/title">wiki name </span><span tal:replace="here/title_or_id">page name</span> +
    @@ -12,7 +15,7 @@ tal:condition="python:request.get('zwiki_displaymode',0)=='full'" width="100%" cellpadding="2" cellspacing=0 border=0>
    + N subscribers -
    +
    -
    -with heading +Ƭ½ñ¤­ÉÕ¤­(with heading) -manage this page: +¸½¥Ú¡¼¥¸¤Î´ÉÍý(manage this page):
    - -
    @@ -373,15 +378,17 @@ tal:condition="python: user.has_permission('Zwiki: Rename pages',here)"> -change all links + +title="̾Á°Êѹ¹»þ: Wiki¥µ¥¤¥È¤òÄ̤·¤Æµì̾¾Î¤ò¿·Ì¾¾Î¤ËÃÖ´¹¤¨¤ë¡£ ´í¸±! (when renaming: replace OldName with NewName throughout the wiki. Caution!)"> +Á´¥ê¥ó¥¯Êѹ¹(change all links)
    -leave placeholder + +title="̾Á°Êѹ¹»þ: ¿·¤·¤¤Ì¾Á°¤Ø¤Î¥ê¥ó¥¯¥Ú¡¼¥¸¤ò»Ä¤·¤¿¤Þ¤Þ¤Ë¤¹¤ë¡£(when renaming: leave behind a page which links to the new one)"> +¸µ¤Î¤Þ¤Þ»Ä¤¹(leave placeholder)
    ¹¹¿·ÍúÎò
    Á´Ê¸¸¡º÷
    ¥æ¡¼¥¶ÀßÄê
    ¥Ø¥ë¥×
    + +¤è¤¦¤³¤½Wiki¤Ø¡£¥ê¥ó¥¯¥á¥Ë¥å¡¼¤Ï AnnoyingQuote ¤ÇÊÔ½¸¤·¤Þ¤¹¡£ \ No newline at end of file diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/FrontPage.stx ./ZWiki/templates/zwikidotorgjp/FrontPage.stx --- ./ZWiki-0.11.0/templates/zwikidotorgjp/FrontPage.stx Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/FrontPage.stx Sun Oct 27 02:35:29 2002 @@ -0,0 +1,141 @@ +**¤è¤¦¤³¤½** + +¡¡¤³¤ì¤Ï¡¢ZWiki¤Î¡ÖZWiki¥ª¥ê¥¸¥Ê¥ë(zwikidotorg)wiki ¥Æ¥ó¥×¥ì¡¼¥È¡×¤Î¥Õ¥í¥ó¥È¥Ú¡¼¥¸¤Ç¤¹¡£ +¤³¤³¤Ë¤Ï¡¢"¥Ø¥ë¥×¥Ú¡¼¥¸:HelpPage":HelpPage ¡¢ "¹¹¿·ÍúÎò:RecentChanges":RecentChanges ¡¢ "¥æ¡¼¥¶ÀßÄê:UserOptions":UserOptions ¡¢AnnoyingQuote ¤½¤·¤Æ ¥µ¥¤¥È¥Þ¥Ã¥×:contents¤¬¤¢¤ê¤Þ¤¹¡£ + + + + +¡¡¤³¤Î¾¤ÎZWiki¤Ë¤Ä¤¤¤Æ¤Îʸ½ñ¤Ï¡¢ZWiki:ZwikiDocs¡¢ZWiki:ReleaseNotes¡¢ZWiki:KnownIssues¡¢ZWiki:KnownIssues¡¢¤½¤·¤ÆZWiki:ZwikiTracker¤è¤ê¤ªÃµ¤·²¼¤µ¤¤¡£ +¡¡ZWiki:GeneralDiscussion¤È#zope IRC channel¤Ï¡¢½õ¤±¤òµá¤á¤ë¤è¤¤¾ì½ê¤Ç¤¹¡£ + + + +¡¡¤³¤Î¥Ú¡¼¥¸¤Î"ÊÔ½¸":FrontPage/editform ¤È²¿¤«Å¬Àڤʤâ¤Î¤Ø¤ÎÃÖÂؤ¨ +¤¢¤Ê¤¿¤¬Íߤ¹¤ë(¤Þ¤¿¤Ï¤½¤¦¤Ç¤Ï¤Ê¤¤)¤½¤Î¾¤Î´Ä¶­ÀßÄê + + + +- **¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó**
    +¡¡¤³¤Îwiki¤Îɽ¼¨¤Ë¤Ï¡¢¤½¤Îwiki¥Õ¥©¥ë¥À¤Î¡ÖView¡×¤È¡ÖAccess content information¡×¤Î +Æó¤Ä¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤òɬÍפȤ·¤Þ¤¹¡£¿·¤·¤¤¥Ú¡¼¥¸¤òºî¤ë¤Ë¤Ï¡¢¡ÖAdd ZWiki Page¡× +¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤¬¡¢¥Õ¥¡¥¤¥ë¤Î¥¢¥Ã¥×¥í¡¼¥É¤Ë¤Ï¡¢¡ÖAdd Documents, Images, and +Files¡×¤¬É¬Íפˤʤê¤Þ¤¹¡£¥³¥á¥ó¥ÈÄɲᢥڡ¼¥¸ÊÔ½¸¡¢¥ê¥Ñ¥ì¥ó¥ÈÅù¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤Ï +Á´¤Æ¡ÖZwiki: ¡×¤Ç»Ï¤Þ¤ê¤Þ¤¹¡£¤½¤·¤Æ¤½¤ì¤Ï¡¢¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¥ê¥¹¥È¤Î½ª¤ï¤ê¤ÎÊý¤Ë¸«ÉÕ¤±¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ + + + +- **¥á¡¼¥ë Á÷½Ð (ÇÛ¿®ÅÐÏ¿)**
    +¡¡Zope¤ÎHailHost¥ª¥Ö¥¸¥§¥¯¥È¤ÎÀßÄê¤È¡Ömail_from¡×¥Õ¥©¥ë¥À¤ËÍ­¸ú¤ÊÁ÷¿®¥¢¥É¥ì¥¹¤Î +ʸ»ú¥×¥í¥Ñ¥Æ¥£¤òÄɲä·¤Þ¤¹¡£¡ÖÇÛ¿®ÅÐÏ¿¡×¤Î¥ê¥ó¥¯¤Ï¥Ú¡¼¥¸¥Õ¥Ã¥¿¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ +BCC¤òºî¤ë¤Ë¤Ï¡¢¡ÖZWiki:MailHostFix¡×¤òÄɲä·¤Þ¤¹¡£ + + + +- **¥á¡¼¥ëÅê¹Æ**
    +¡¡ÆÃÊ̤ʥ᡼¥ëÊÌ̾¡¢Zope Helper Method¡¢´ûÄê¤ÎÅê¹Æ¥Ú¡¼¥¸¤È +¡ÖÁ÷¿®Àè¡×¡¿¡ÖÊÖÁ÷Àè¡×¤Î¥Õ¥©¥ë¥À¥×¥í¥Ñ¥Æ¥£¤ÎÀßÄ꤬ɬÍפǤ¹¡£ +¥æ¡¼¥¶¤Ï¡¢¥³¥á¥ó¥È¤Ø¤ÎÊÖ¿®¤ò¥á¡¼¥ë¤ò»È¤Ã¤Æ¹Ô¤¨¤ëÍͤˤʤê¤Þ¤¹¡£ +¡¡ZWiki:WikiMail¤ò¤´»²¾È²¼¤µ¤¤¡£ + + + +- **¥¯¥é¥¤¥¢¥ó¥È¦¤Ç¤Î³°Éô¥¨¥Ç¥£¥¿¤ÎÍøÍÑ**
    +¡¡Zope¥×¥í¥À¥¯¥È¡Ö **E** xternal **E** ditor(ZWiki:ExternalEditor)¡×¤Î¥¤¥ó¥¹¥È¡¼¥ë¤È +¡ÖUse external editor¡×¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò¥æ¡¼¥¶¤ËÉÕÍ¿¤¹¤ë¤ÈEE¤Î±ôÉ®¤Î +¥¢¥¤¥³¥ó¤¬¥Ú¡¼¥¸¥Õ¥Ã¥¿¤Ë¸½¤ì¤Þ¤¹¡£EE¤Î¥¯¥é¥¤¥¢¥ó¥ÈÊä½õ¥¢¥×¥ê¤òƳÆþ¤¹¤ë¤³¤È¤Ç +¥æ¡¼¥¶¤Ï¡¢Â¿Ê¬¡¢ÁªÂò¤·¤¿¥¨¥Ç¥£¥¿¤Ç¥Ú¡¼¥¸ÊÔ½¸½ÐÍè¤ë¤Ç¤·¤ç¤¦¡£ + + + +- **¥Ð¥°ÄÉÀ×**
    +¡¡Wiki¤ÇÅý¹ç¤·¤¿ÌäÂêÄÉÀפΥǡ¼¥¿¥Ù¡¼¥¹ +ZWiki:HowToInstallAZwikiTracker¤ò»²¾È²¼¤µ¤¤¡£ + + + +- **¤è¤êÆý¸¤Ã¤Ý¤¤¥Õ¥í¥ó¥È¥Ú¡¼¥¸**
    +¾¥Ú¡¼¥¸¤«¤é¤ÎºÇ¿·¥³¥á¥ó¥È¤Îɽ¼¨Îã +¥¢¥¤¥Ç¥¢ÍÑ¥½¡¼¥¹ ¤Î ZWiki:FrontPage ¤ò»²¾È²¼¤µ¤¤¡£ + + + +- **¥»¥­¥å¥ê¥Æ¥£**
    +¡¡¤â¤·¡¢¿®Íê´Ø·¸¤Î¤Ê¤¤¥æ¡¼¥¶¤Ë¤¢¤Ê¤¿¤ÎWiki¥µ¥¤¥È¤ÎÊÔ½¸¤òµö¤¹¤Ä¤â¤ê¤Ê¤é¡¢¤¢¤Î¥µ¡¼¥Ð¥µ¥¤¥É¤Î¥È¥í¥¤¤ÎÌÚÇÏÌäÂê¤Ë¤Ä¤¤¤Æǧ¼±¤·¤Æ¤ª¤¤¤Æ²¼¤µ¤¤¡£Ãí°Õ¤Ë·ç¤±¤ë +ZWiki¤ÎÀßÄê¤Ï¡¢Î㤨¤ÐDTML¤äJavaSdript¤ÎÍͤʾ¤ÎÊý¡¹¤¬¸«¤ëºÝ¤Ë¼Â¹Ô¤µ¤ì¤ë +¥³¥ó¥Æ¥ó¥Ä¤òºî¤ë¤³¤È¤ò¥æ¡¼¥¶¤Ëµö¤¹¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£Î㤨¤Ð¡¢DTML¤Î¥³¡¼¥É¤Ç +¥¢¥¯¥»¥¹½ÐÍè¤ë¾¤ÎZope¥ª¥Ö¥¸¥§¥¯¥È¤òºï½ü¤¹¤ë¤³¤È¤¬(ºÇ²¼ÁØ¥Ú¡¼¥¸½êÍ­¼Ô¤È +¥Ú¡¼¥¸±ÜÍ÷¼Ô¤ÎÆø¢¤Ø¤ÎÀ©¸Â¤Ë¤è¤Ã¤Æ¤Ï)²Äǽ¤Ç¤¹¡£Tips:Wiki¥Õ¥©¥ë¥À¤Î¥ª¡¼¥Ê¤Ï +Ä㤤¸¢¸Â¥æ¡¼¥¶¤È¤¹¤ë¡¢É¸½à¤Î¥Ú¡¼¥¸¥¿¥¤¥×¤Î¥Õ¥©¥ë¥À¥×¥í¥Ñ¥Æ¥£¤òÈóDTML¥Ú¡¼¥¸¥¿¥¤¥×¤Ë +ÀßÄꤹ¤ë¡¢DTMLµöÍÆ¥Ú¡¼¥¸¤ò¼è¤ê½ü¤¯¤«¡¢ÊÔ½¸½ÐÍè¤Ê¤¤Íͤˤ¹¤ë¡¢ +¡ÖZwiki: Change page types¡×¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤òµñÀä°·¤¤¤Ë¤¹¤ë¡£ +¤³¤ì¤é¤ÎÁàºî¤òɬÍפ˱þ¤¸¤Æ¼«¤é·èÄꤷ¤Æ²¼¤µ¤¤¡£¸À¤¦¤Þ¤Ç¤â¤Ê¤¤¤³¤È¤Ê¤¬¤é +¥µ¥¤¥È¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¤È¤ë¡¢¤¢¤ë¤¤¤ÏYAGNI¤òÍøÍѤ·¤Þ¤·¤ç¤¦¡£ + +¤¢¤Ê¤¿¤ÎWiki¥µ¥¤¥È¤ò³Ú¤·¤ß²¼¤µ¤¤! + + diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/HelpPage.stx ./ZWiki/templates/zwikidotorgjp/HelpPage.stx --- ./ZWiki-0.11.0/templates/zwikidotorgjp/HelpPage.stx Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/HelpPage.stx Sun Oct 27 00:43:56 2002 @@ -0,0 +1,302 @@ +#parents:ZWiki +¤³¤³¤Ï¡¢Zwiki¥Ð¡¼¥¸¥ç¥ó0.10.0¤Î¥Ø¥ë¥×¥Ú¡¼¥¸¤Ç¤¹¡£ + +"!ZWiki:..."¤Ç»Ï¤Þ¤ë¥ê¥ó¥¯¤Ï¡¢"ZWikiËܲÈ:zwiki.org":http://www.zwiki.org/ ¤ò¼¨¤·¤Þ¤¹¡£ + +"¤³¤ì¤Ã¤Æ²¿ ?":#whatisthis_j
    +"¥æ¡¼¥¶¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹":#ui_j
    +"Ê⤭Êý":#navigation_j
    +"¥á¡¼¥ë¥µ¡¼¥Ó¥¹ÅÐÏ¿":#email_j
    +"ÊÔ½¸¤¹¤ë¤Ë¤Ï":#editing_j
    +  "½ñ¹þ½ñ¼°¤Î¥ë¡¼¥ë":#rules_j
    +"¤â¤Ã¤È¾ðÊó¤òõ¤·¤¿¤¤":#more_j
    + + ¤³¤ì¤Ã¤Æ²¿ ? + + ¡¡¤³¤ì¤Ï¡¢¥³¥é¥Ü(¶¦Æ±ºî¶È)·¿¤ÎWeb¥µ¥¤¥È¤Î°ì¼ï¤Ç¤¢¤ëWikiWikiWeb(¤Þ¤¿¤Ï wiki)¤Î + ZWiki¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£ Wiki¤Ï°·¤¤°×¤¤Í­ÍѤʥ³¥ó¥Æ¥ó¥Ä¤Î¶¦Í­ÊýË¡¤È¤·¤Æ + ¶Ï¤«¤Ê¤¬¤é»î¤ß¤é¤ì¤Æ¤¤¤Þ¤¹¡£ + ¤É¤Î¥Ú¡¼¥¸¤Ç¤âÊÔ½¸¤ä¥³¥á¥ó¥ÈÄɵ­¤¬²Äǽ¤Ç¤¢¤ê¡¢¿·¤·¤¤¥ê¥ó¥¯¥Ú¡¼¥¸¤òºî¤ë + ¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ + + ¡¡Ä¾´¶Åª¤Êʸ¾Ï½ñ¼°¥ë¡¼¥ë¤Ï¡¢¥Ú¡¼¥¸ÊÔ½¸¤ä¥ê¥ó¥¯¤µ¤»¤ë¹ÔÄø¤ò´ÊÁDz½¤µ¤»¤ë + ¤³¤È¤ËÌòΩ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¹Í¤¨¤Ï´Êñ¤ÊÊÔ½¸¤ÇºÑ¤Þ¤¹¤³¤È¤Ç¡¢¤½¤ì¤Ê¤ê¤Ë + Æɤ߰פ¤¡¢¤½¤·¤Æ¡¢¤â¤Ã¤È¤âÆÃÉ®¤¹¤Ù¤­¤³¤È¤Ë¤Ï¡¢Ã¯¤â¤¬¡¢Ì¥ÎÏŪ¤Êɽ¸½¤ò + µ¾À·¤Ë¤·¤Ê¤¤¤Ç¡¢ÊÔ½¸½ÐÍè¤ë¤³¤È¤Ç¤¹¡£ + + ¡¡ZWiki¥µ¥¤¥È¤Ï¡¢¤³¤ÎÍͤˡ¢¾ì¹ç¤Ë¤è¤ê´Êñ¤Ê¥á¡¼¥ë¤Î¥ê¥¹¥È¤ÎÍͤ˵¡Ç½¤·¤Þ¤¹¡£ + + ¥æ¡¼¥¶¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹ + + ¡¡²¼¤ÎÊý¤Ë¡Öfull¡×¡Ösimple¡×¡Ösimple¡×¤ò³Îǧ¤Ç¤­¤¿¤é¡¢°ìÈÖµ¤¤ËÆþ¤Ã¤¿UI¤ò + ÁªÂò½ÐÍè¤Þ¤¹¡£(Íס¢¥¯¥Ã¥­¡¼)¡¢¤â¤·¡¢¤³¤³¤Ç½Ò¤Ù¤¿µ¡Ç½¤¬Íý²ò½ÐÍè¤Ê¤¤¤Ê¤é + ¡Öfull¡×¤ò¥¯¥ê¥Ã¥¯¤·¤Æ»î¤Þ¤·¤ç¤¦¡£ + + ¡¡Â¿¤¯¤Î¥ê¥ó¥¯¤È¥Õ¥©¡¼¥à¤ÎÍ×ÁǤϡ¢¥¢¥¯¥»¥¹¥­¡¼( ZWiki:AccessKeys (keyboard shortcuts)) + ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤ò¥Ö¥é¥¦¥¶¤¬¥µ¥Ý¡¼¥È¤¹¤ë¤Ê¤éÊØÍø¤Ç¤¹¡£ + + ¡¡¤¢¤Ê¤¿¤Î¤ªÌ¾Á°¤Ë¥¿¥¤¥à¥¾¡¼¥ó¡¢Â¾¤ò¡Ö"¥æ¡¼¥¶ÀßÄê:UserOptions":UserOptions¡×¤Ç + ÀßÄê½ÐÍè¤Þ¤¹¡£ + + Ê⤭Êý(Navigation) + + ¡¡³Æ¥Ú¡¼¥¸¤Ï¡¢¥¿¥¤¥È¥ë¡¢URL¤½¤·¤Æ¥Ú¡¼¥¸´Ö¤Î¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤È¤·¤Æ¤Î¥æ¥Ë¡¼¥¯Ì¾¤ò + »ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ¥Ú¡¼¥¸Ì¾¤ÏÄ̾WikiName(¥­¥ã¥Ô¥¿¥é¥¤¥º(Ƭ¤Îʸ»ú¤À¤±¤òÂçʸ»ú¤Ë + ¤·¤¿)±Ññ¸ì¤ò¤¯¤Ã¤Ä¤±¤¿¤â¤Î, ZWiki:WikiName¤ò»²¾È²¼¤µ¤¤¡£)¤Ç¤¹¤¬¡¢°ì¤Ä¤Îñ¸ì¤ä + ¸ì¶ç¤Ç¤â²Äǽ¤Ç¤¹¡£¥ê¥ó¥¯¤ÏºÇ¸å¤Î°ì¤Ä¤ÎÍͤÊɽ¸½(¤Þ¤ë¤Ç£²¤Ä¤ÎWikiName¤Ç¥³¥í¥ó¤ò + ¶´¤ó¤À¤â¤Î)¤Ç¾¤Î¥µ¥¤¥È¤ØƳ¤­¤Þ¤¹¡£¡Öfull¡×¥â¡¼¥É¤Ç¤Ï¡¢¥Ú¡¼¥¸¤Î¥µ¥¤¥È¥Ä¥ê¡¼¤¬ + ɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + - ¥Õ¥í¥ó¥È¥Ú¡¼¥¸¤ØÌá¤ë¤Ë¤Ï¡¢ ¥µ¥¤¥È¥í¥´¤ò¥¯¥ê¥Ã¥¯ + + - ¤³¤³¤ò¥ê¥ó¥¯¤·¤Æ¤¤¤ë¥Ú¡¼¥¸¤ò¸«¤ë¤Ë¤Ï¡¢ ¥Ú¡¼¥¸¥¿¥¤¥È¥ë¤ò¥¯¥ê¥Ã¥¯ + + - Á´¥Ú¡¼¥¸¸¡º÷¤Ë¤Ï¡¢ ¸¡º÷Íó¤Ë¥Æ¥­¥¹¥È¤òÆþ¤ì¤Æ²þ¹Ô¥­¡¼¤ò²¡¤¹ + + - ¹¹¿·½ç¤Ë¥Ú¡¼¥¸¤ò¥ê¥¹¥È¤¹¤ë¤Ë¤Ï¡¢ ¡Ö "¹¹¿·ÍúÎò:RecentChanges":RecentChanges ¡×¤Ë¹Ô¤¯ + + - ÊÔ½¸ÍúÎò¤ò¸«¤ë¤Ë¤Ï¡¢ ¡ÖºÇ½ª¹¹¿·(last edited)¡×¤ò¥¯¥ê¥Ã¥¯ + + - ¥Ú¡¼¥¸¤Î¥µ¥¤¥È¥Ä¥ê¡¼¤ò¸«¤ë¤Ë¤Ï¡¢ ¡Ö¥µ¥¤¥È¥Þ¥Ã¥×:contents¡×¤ò¥¯¥ê¥Ã¥¯(¡Öfull¡×¥â¡¼¥É¤Î¤ß) + + - ÃΤäƤ¤¤ë¥Ú¡¼¥¸¤ËÈô¤Ö¤Ë¤Ï¡¢ ¤½¤Î¥Ú¡¼¥¸Ì¾¤ÎºÇ½é¤ÎÉôʬ¤ò¡¢¥Ö¥é¥¦¥¶¤ÎURLÍó¤ÎºÇ¸å¤Î¡Ö/¡×¤Î + ¸å¤ËÆþ¤ì²þ¹Ô¡£ ¥­¥ã¥Ô¥¿¥é¥¤¥º¤ä¶õÇòʸ»ú¤Ï̵»ë½ÐÍè¤Þ¤¹¡£(¤¨¤Ã!! ËÜÅö?? Ìõ¤Î´Ö°ã¤¤¤«??) + + + ¥á¡¼¥ëÇÛ¿®ÅÐÏ¿ + +¡¡²¼Êý¤Î¡ÖÇÛ¿®ÅÐÏ¿(subscribe)¡×¥ê¥ó¥¯¤¬¸«¤¨¤ë¤Ê¤é¡¢¥á¡¼¥ë¤Ç¥³¥á¥ó¥È¤ò¼õ¤±¤ë°Ù¤Î +ÅÐÏ¿¤ò¤½¤Î¥Ú¡¼¥¸¤Þ¤¿¤ÏWiki¥µ¥¤¥ÈÁ´ÂΤˤ¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ¤Þ¤¿¡¢ÀßÄ꤬ +¤Ê¤µ¤ì¤Æ¤¤¤ì¤Ð¡¢ÅÐÏ¿¼Ô¤ÏƱÍͤ˥᡼¥ë¤ÇÁ÷¿®¤â¤¢¤ê¤Ç¤¹¡£ + + - ¥á¡¼¥ë¤Ë¤è¤ë¥³¥á¥ó¥È(ÊÔ½¸¤Ê¤·)¼õ¿®¡¢¡ÖÇÛ¿®ÅÐÏ¿(subscribe)¡×¤Î¥¯¥ê¥Ã¥¯; + ¤â¤·É¬Íפʤ顢¤´¼«Ê¬¤ÎEmail¥¢¥É¥ì¥¹¤òÆþ¤ì¡¢¡ÖÊѹ¹(Change)¡×¤ò¥¯¥ê¥Ã¥¯; + ¤¢¤Ê¤¿¤ÎÅÐÏ¿¾õÂÖ¤òÀÚÂؤë¤Ë¤Ï¤½¤Î¥Ú¡¼¥¸¤Þ¤¿¤ÏWikiÁ´ÂΤΥܥ¿¥ó¤ò¥¯¥ê¥Ã¥¯ + (Îп§¤Ï¤¢¤Ê¤¿¤«ÅÐÏ¿¤·¤Æ¤¤¤ë¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹)¡£ + + - ¥³¥á¥ó¥ÈÁ÷¿®¡¢ ¤µ¤¢¡¢Wiki¥µ¥¤¥È¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤ËÊÖ¿®¤Þ¤¿¤ÏÁ÷¿®¤·¤è¤¦¡£ + ¤¢¤Ê¤¿¤Î¥³¥á¥ó¥È¤Ï¥ª¥ê¥¸¥Ê¥ë¤Î¥³¥á¥ó¥È¥Ú¡¼¥¸¡¢¤¢¤ë¤¤¤Ï¡¢¤¢¤Ê¤¿¤Î¥á¡¼¥ëɽÂê¤Ë + WikiName¤È¤·¤Æ¸½¤ì¤¿¥Ú¡¼¥¸¾å¤Ë¡¢¤½¤ì¤«´ûÄê¤Î¥á¡¼¥ë¼õ¿®¥Ú¡¼¥¸¤Ëɽ¼¨¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ + + + ÊÔ½¸¤¹¤ë¤Ë¤Ï + + ¡¡¥µ¥¤¥È´ÉÍý¼Ô¤Þ¤¿¤Ï¥Ú¡¼¥¸¤Î½êÍ­¼Ô¤¬À©¸Â¤·¤Æ¤¤¤Ê¤¤¤Ê¤é¡¢¤¢¤é¤æ¤ë¥Ú¡¼¥¸¤ò´°Á´¤Ë + ½ñ¤­Âؤ¨¤ëÎϤòÍ­¤ê¤Þ¤¹¡£ + ¡Ö¤ªº½¾ì(SandBox)¡×¤ÏWiki¥Ú¡¼¥¸¤Î½ñ¹þ¤ßÊÔ½¸¤ò»î¤¹¾ì½ê¤Ç¤¹¡£ ¤³¤³¤ÇÆɤó¤À¤³¤È¤ò + ¥Æ¥¹¥È¤¹¤ëÊ̤ÎÁë¤Ë¤½¤ì¤ò³«¤±¤Þ¤¹¡£ + + - ¥Ú¡¼¥¸¤Î¥Õ¥©¡¼¥à¤Î¥Ü¥¿¥ó¡Ö¥³¥á¥ó¥ÈÄɵ­(Add a comment)¡× ¤ò»È¤¤¥³¥á¥ó¥È¤òÄɵ­ + + - ¡ÖÊÔ½¸(edit)¡×¥¯¥ê¥Ã¥¯¤Ç¡¢¥Ú¡¼¥¸¤Îʸ¾Ï¤òÊѹ¹; ¡Öʸ½ñ½ñ¼°¥ë¡¼¥ë + (ZWiki:TextFormattingRules)¡×¤Ë´ð¤Å¤­¥ê¥ó¥¯¤ä½ñ¼°²½½ÐÍè¤Þ¤¹¡£ + ¥Õ¥¡¥¤¥ë¤Î¥¢¥Ã¥×¥í¡¼¥É¤ä¤½¤Î¾¤Î¥ª¥×¥·¥ç¥óÁªÂò¤â¤Þ¤¿²Äǽ¤Ç¤·¤ç¤¦¡£ + + - ´û¸¤Î¥Ú¡¼¥¸¤ËWikiName¤ò²Ã¤¨¤ë¤³¤È¤Ç¡¢¿·¤¿¤Ê¥Ú¡¼¥¸¤òºîÀ®¡£ + + - ¥æ¡¼¥¶Ì¾¤ÎÀßÄê¸å¤Ï¡¢¡Öfull¡×¥â¡¼¥É¤Ç¤Ï¡¢¡ÖReparent¡×¡Ö̾Á°Êѹ¹¡×¤½¤·¤Æ + ¡Ö¥Ú¡¼¥¸ºï½ü¡×¤¬²Äǽ¤È¤â¤Ê¤ê¤Þ¤¹¡£¡Ö¥Ú¡¼¥¸´ÉÍý(manage this page)¡×¥Ü¥¿¥ó¥Õ¥©¡¼¥à¤ò + »È¤¦¤«¡¢¥Ú¡¼¥¸¥¿¥¤¥È¥ë¤ò¥¯¥ê¥Ã¥¯¡£ + + +
    + + ½ñ¼°¥ë¡¼¥ë³µÍ×: + + (¥µ¥¤¥È´ÉÍý¤Þ¤¿¤Ï¥Ú¡¼¥¸ÊÔ½¸¼Ô¤Ï¡¢°Û¤Ê¤ë¥ë¡¼¥ë¤òÀßÄꤹ¤ë¤³¤È¤¬²Äǽ¤Ç¤¹; + ¤³¤ì¤é¤Ï¤â¤Ã¤È¤âZwiki¥µ¥¤¥È¤Ç°ìÈÌŪ¤Ë»È¤ï¤ì¤Æ¤¤¤ë´ûÄê¤Î¥ë¡¼¥ë¤Ç¤¹¡£) + + 0. WikiName¡¢[³Ñ³ç¸ÌÆâ¤Î¼«Í³¤ÊÍͼ°¤Î̾Á°]¡¢http://URLs , + "¹½Â¤²½¥Æ¥­¥¹¥È·¿¤Î¥ê¥ó¥¯":someurl ¤È ³°ÉôWiki¥ê¥ó¥¯:ZWiki:RemoteWikiLinks ¤Ï¡¢¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤òºî¤ê¤Þ¤¹¡£ + + 0. ¡Ö*¡×¡Ö**¡×¡Ö_¡×¤ä¡Ö'¡×¤Ç¶´¤ó¤Àʸ»ú¤Ï¡¢¤½¤ì¤¾¤ì¡¢ + *¼ÐÂÎ*, **ÂÀ»ú**, _²¼Àþ_ ¤ä 'ñ°ìÎΰè' ¤È¤Ê¤ê¤Þ¤¹¡£ + + 0. ²þ¹Ô¤Ï̵»ë¤µ¤ì¤Þ¤¹¡£²þ¹Ô¤ÏÃÊÍî¤òÎ¥¤ì¤ëÍͤËɽ¤·¤Þ¤¹¡£ + + 0. ÃÊÉÕ¤±¤ò¤·¤¿¹Ô¤òÃÖ¤¯¤È¤½¤ÎÁ°¤Îñ°ì¹Ô¤Ï¸«½Ð¤·¹Ô¤È¤Ê¤ê¤Þ¤¹ + + 0. ¡Ö-¡×¡Ö*¡×¡Ö0.¡×¤ÈȾ³Ñ¥¹¥Ú¡¼¥¹¤Ç»Ï¤Þ¤ë¹Ô¤Ï¡¢²Õ¾ò½ñ¤­¤È¤Ê¤ê¤Þ¤¹¡£ + ¤µ¤é¤ËÃÊÉÕ¤±a more¤·¤¿¤â¤Î¤Ï¡¢¤½¤ÎÇÛ²¼¤Î²Õ¾ò½ñ¤­¤È¤Ê¤ê¤Þ¤¹¡£ + + 0. ɬÍפʤéHTM¥¿¥°¤â»È¤¨¤Þ¤¹¡£ + ¤½¤Îµö²Ä¤Î¤¢¤ë¥µ¥¤¥È¾å¤Ç¤Ï¡¢DTML¥¿¥°(¥µ¡¼¥Ð¥µ¥¤¥É¥³¡¼¥É)¤â¤Þ¤¿»È¤¨¤Þ¤¹¡£ + + 0. ¾åµ­¤Î¥ë¡¼¥ë¤ÎÁ´Éô¤Þ¤¿¤Ï°ìÉô¤Î²óÈò¤Ë¤Ï¼¡¤Î¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£ + - ¡Ö!LikeThis¡×¤ÎÍͤˡ¢¡Ö!¡×¤ò¥ê¥ó¥¯¤Þ¤ÎÁ°¤ËÃÖ¤¯; + - ¡Ö'LikeThis'¡×¤ÎÍͤˡ¢Ã±°úÍÑÉä¡Ö'¡×¤Ç°Ï¤ó¤Àʸ»ú; + - Æó½Å¥³¥í¥ó¡Ö::¡×¤Ç½ª¤ï¤ëÃÊÍî¹Ô¤Î¸å¤ÎÃʲ¼¤²¤µ¤ì¤¿Ê¸»ú:: + + LikeThis (¤³¤ÎÍͤ˽ñ¤¤¤¿Ä̤ê¤Ëɽ¼¨¤µ¤ì¤ë) + ¤È &dtml-¤â²óÈò½ÐÍè¤Þ¤¹; + +
    + + +
    ¤â¤Ã¤È¾ðÊó¤òõ¤·¤¿¤¤ + + ZWiki.Org, ZWiki:FrontPage, ZWiki:ZwikiDocs, ZWiki:ZwikiFAQ, + ZWiki:KnownIssues, ZWiki:ZwikiTracker + + ¤³¤Î¥µ¥¤¥È¤Î¥½¥Õ¥È¥¦¥§¥¢¤¬¡¢ºÇ¿·¤«¤Ï¡¢ZWiki:ZwikiAnalyzer ¤Ç¥Á¥§¥Ã¥¯²¼¤µ¤¤ + + ¤³¤Î¥Ú¡¼¥¸¤ÎºÇ½ª¥Ð¡¼¥¸¥ç¥ó¤Ï¡¢ZWiki:HelpPage ¤Ë¤¢¤ê¤Þ¤¹¡£ + + ¤½¤Î¾¤ÎWiki´Ø·¸: WikiWikiWeb:FrontPage, WikiWikiWeb:EvolutionOfaWikizen + + +
    + +This is the help page for Zwiki version 0.10.0. + +The links beginning with "!ZWiki:..." lead to additional documentation on +zwiki.org. + +"What is this ?":#whatisthis
    +"User interface":#ui
    +"Navigation":#navigation
    +"Email subscription":#email
    +"Editing":#editing
    +  "Formatting rules":#rules
    +"Finding out more":#more
    + + +
    What is this ? + + This is the ZWiki version of a WikiWikiWeb (or wiki), which is a kind of + collaborative website. Wikis try to put as little as possible in the + way of people sharing useful content in a manageable way. + You can edit any page, add comments, and create new pages on the spot. + + Intuitive text formatting rules are used to simplify the process of + writing and linking pages. + The idea is to keep the text that people edit simple, so it's readable + as is, and, most importantly, editable by anyone, without sacrificing + attractive presentation. + + A zwiki site like this one may also function as a simple mail list. + + User interface + + If you see "full", "simple", "minimal" links below, you can click them + to choose the UI that suits you best (cookies required). If you can't + see one of the features described here, try clicking "full". + + Many links and form elements have ZWiki:AccessKeys (keyboard shortcuts), + which are convenient if your browser supports them. + + You can set your user name, time zone and other things in UserOptions. + + + Navigation + + Each page has a unique name, which is used for the title, url and + hyperlinks between pages. Page names are usually a WikiName + (capitalized words joined together, see ZWiki:WikiName) but can also be + a single word or a phrase. Links like the last one (ie two wikinames + separated by a colon) lead to another site. In full mode, pages are + arranged in a hierarchy. + + - To return to the front page, click the site logo + + - To see which pages link to this one, click the page title + + - To search all pages, enter text in the search field and press enter + + - To list pages by last edit time, visit RecentChanges (or FastChanges). + + - To see previous edits, click the "last edited" link + + - To see the page hierarchy, click the "contents" link (full mode only) + + - To jump to a known page, enter the first part of it's name after the + last / in your browser's url field. You can ignore capitalization and + spacing. + + + Email subscription + + If you see a "subscribe" link below, you can subscribe to a page or + the whole wiki to receive comments by mail. If configured, subscribers + may also send comments by mail. + + - To receive comments (not edits) by mail, click "subscribe"; if + necessary, enter your email address and click "Change"; click the page + or wiki subscribe button to toggle your subscription status (green means + you are subscribed). + + - To send comments, just reply, or send mail to the wiki's mail address. + Your comment will appear on the original comment's page, or on the page + whose WikiName appears in your mail's subject, or on the site's + default mail-in page. + + + Editing + + You have full editing rights to any page, unless restricted by the site + admin or page owner. + SandBox is the place to play with wiki page editing. You could open it + in another window to test the things you read here. + + - Add a comment using the form at the bottom of the page + + - Click "edit" to change the page's text; it will be formatted and + linked according to the ZWiki:TextFormattingRules. + You may also be able to upload a file or choose other options here. + + - Create new pages by adding their WikiName to an existing page + and then clicking on the question mark beside it. + + - After you have configured a user name, in full mode you may also be + able to reparent, rename and delete pages. Use the "manage this page" + form at bottom or click the page title. + + +
    + + Formatting rules in a nutshell: + + (It's possible for the site admin or a page editor to set different + rules; these are the default currently used on most zwiki sites.) + + 0. WikiName's, [freeform page names in brackets], http://URLs , + "structured text-style links":someurl and ZWiki:RemoteWikiLinks are + made into hyperlinks + + 0. text beginning and ending with *, **, _ or ' is + *italic*, **bold**, _underlined_ or 'monospaced' respectively + + 0. line breaks are + ignored; blank lines separate paragraphs + + 0. a single line followed by a more-indented paragraph makes a heading + + 0. a paragraph beginning with - or * or 0. and a space makes a bullet + or numbered list item; a more-indented list item starts a sub-list + + 0. HTML tags may be used if necessary; + on sites which permit it, + DTML tags (server-side code) may also be used + + 0. Some or all of the above rules may be escaped, + by putting ! at the beginning of a link or a line !LikeThis; + by enclosing text in single quotes 'LikeThis' ; + or by indenting text after a paragraph ending with a double colon :: + + LikeThis + escapes and &dtml-too; + +
    + + +
    Finding out more + + ZWiki, ZWiki:FrontPage, ZWiki:ZwikiDocs, ZWiki:ZwikiFAQ, + ZWiki:KnownIssues, ZWiki:ZwikiTracker + + Check this site's software is up-to-date with ZWiki:ZwikiAnalyzer + + The latest version of this page is at ZWiki:HelpPage + + More about wiki: WikiWikiWeb:FrontPage, WikiWikiWeb:EvolutionOfaWikizen + diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/RecentChanges.stxdtml ./ZWiki/templates/zwikidotorgjp/RecentChanges.stxdtml --- ./ZWiki-0.11.0/templates/zwikidotorgjp/RecentChanges.stxdtml Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/RecentChanges.stxdtml Sat Oct 5 22:20:11 2002 @@ -0,0 +1,87 @@ +#parents:ZWiki +¤³¤ÎWiki¥¦¥§¥Ö¤ÎÁ´¥Ú¡¼¥¸(ºÇ¿·Êѹ¹½ç) + + + + + +dontusecatalog + + +¥Ú¡¼¥¸Ì¾ºÇ½ªÊѹ¹¼ÔÊѹ¹Æü»þ + + + +
    +" +>&dtml-title_or_id; + + + + +anonymous + + + + + + + + + + + + + + + + + +
    + +

    + pages + +

    + + + + + + + + + +
    +" +>&dtml-title_or_id; + + + + +anonymous + + + + + + + + + + + + + + + + + +
    +
    +

    + pages +

    +
    diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/SearchPage.stxdtml ./ZWiki/templates/zwikidotorgjp/SearchPage.stxdtml --- ./ZWiki-0.11.0/templates/zwikidotorgjp/SearchPage.stxdtml Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/SearchPage.stxdtml Sat Oct 5 21:39:42 2002 @@ -0,0 +1,122 @@ +#parents:ZWiki + + + + + we are doing a jump + + + blank expr - jump to front page + + blank expr - let the search list all + + skip jumping, just do a search + + + search for an id beginning with expr + + + found one - jump there + can't find url_quote + + + + + no ids matched - fall through and do a search + + + + +!¸¡º÷(Search for): + +
    +·ë²Ì(Results): +
    +
    + + + + +
    &dtml-title_or_id;
    + +

    + hits + + + + []
    + +

    +( hits) + + + + + + + + +

    +WikiwebÁ´ÂΤǸ¡º÷¤¹¤ë¤Ë¤Ï¡¢¸¡º÷¤·¤¿¤¤¸ÀÍÕ¤òÆþ¤ì¡¢²þ¹Ô¤·¤Þ¤¹¡£É½¸½¤Ï¡¢¥¹¥Ú¡¼¥¹Ê¸»ú¤â²¿¤â¤«¤â¤½¤Î¤Þ¤Þñ½ã¤Ë²ò¼á¤µ¤ì¤Þ¤¹¡£²¿¤âÆþ¤ì¤º¤Ë¶õ¤Î¤Þ¤Þ²þ¹Ô¤¹¤ë¤ÈÁ´¥Ú¡¼¥¸¤¬¥ê¥¹¥È¤µ¤ì¤Þ¤¹¡£
    (Type a search expression and hit enter to search the entirwikiweb. The +expression is case-insensitive and spaces are preserved. Leave it blank to +list all pages. See also JumpSearch.) +

    +¸¡º÷(Search for): + +

    + +
    + +
    +¤½¤Î¾¤ÎÊØÍø¤Ê¸¡º÷¥Ä¡¼¥ë(Some other likely search tools): +

    +

    + +
    +Á´Wiki¥¦¥§¥Ö¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹(all wikis indexed by) Metawiki +(regexps allowed): + + +
    + +
    +Google (ja) +(advanced, +¥Ø¥ë¥×): + + +
    + +
    +Google +(advanced, +¥Ø¥ë¥×): + + +
    + +
    +USENET via groups.google.com +(advanced, +¥Ø¥ë¥×): + + +
    + +
    +directory.google.com (ODP plus page ranking) +(¥Ø¥ë¥×): + + +
    + +
    +images.google.com +(¥Ø¥ë¥×): + + + + +
    + +
    diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/UserOptions.stxdtml ./ZWiki/templates/zwikidotorgjp/UserOptions.stxdtml --- ./ZWiki-0.11.0/templates/zwikidotorgjp/UserOptions.stxdtml Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/UserOptions.stxdtml Sun Oct 27 02:51:01 2002 @@ -0,0 +1,191 @@ +#parents:ZWiki +this form calls itself. + + + + + + + +use path=wiki_url() if you want per-wiki cookies + + + + + + +*Cookies configured.* + + + + + + +*Cookies removed.* + +reload UserOptions since old cookie values are still in this REQUEST + + + + + +¤¢¤Ê¤¿¤Î¥µ¥¤¥È²¼¤Ë¤¢¤ë³°´Ñ¤òÀßÄꤷ¤Þ¤·¤ç¤¦¡£Æ±Íͤ˺¸²¼¤Î¥ê¥ó¥¯¤ò¥¯¥ê¥Ã¥¯¤¹¤ë»ö¤Çɽ¼¨¥â¡¼¥É¤òÊѤ¨¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£
    +(Set your site preferences below. You can also change your display +mode by clicking the links at bottom-left.) + +
    +¤ªÌ¾Á°(User name): +(identifies your edits in RecentChanges etc.) + +Email¥¢¥É¥ì¥¹(Email address): +(saves time when subscribing) + + +¥Æ¥­¥¹¥ÈÊÔ½¸¥¨¥ê¥¢¤ÎÉý(Editform +width): +height: +(textarea dimensions; width will be 100% if supported) + +¥¿¥¤¥à¥¾¡¼¥ó(Time zone): + +¥í¡¼¥«¥ë¥¿¥¤¥à¤Ï(Your local time is) + +(localizes page modification times) + + +¥Ö¥Ã¥¯¥Þ¡¼¥¯(Bookmarks): +"> +
    +(¥Õ¥Ã¥¿¤Ë¤¢¤ê¤Þ¤¹(appear in footer); konqueror users, separate your bookmarks with , not space) + +¥Ú¡¼¥¸³¬ÁؤÎɽ¼¨(Show page hierarchy) ? + +(This wiki maintains a page hierarchy. You can use this or ignore it.) + +¸¡º÷Íó¤Îɽ¼¨(Show search field ? (ºÇ¾®¥â¡¼¥É¤ò½ü¤¯except in minimal mode)) + + +°úÍÑʸ¤Îɽ¼¨(Show AnnoyingQuote) ? (ºÇÂç¥â¡¼¥É(in full mode)) + + +¥í¥´¤Îɽ¼¨(Show logo) ? + + + +Show advanced edit options ? + +(Turn this on to see extra editing options like file upload.) + + +
    + + +
    + +
    diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/WikiWikiWeb.stx ./ZWiki/templates/zwikidotorgjp/WikiWikiWeb.stx --- ./ZWiki-0.11.0/templates/zwikidotorgjp/WikiWikiWeb.stx Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/WikiWikiWeb.stx Sun Oct 6 14:51:01 2002 @@ -0,0 +1,12 @@ +#parents:ZWiki + +WikiWikiWeb¤Ï¡¢¤½¤Î¥ª¥ê¥¸¥Ê¥ë¤Ç¤¢¤ê¡¢³èȯ¤ÊWiki¤ÎÃæ¤ÇºÇÂç¤Î¤â¤Î¤Î°ì¤Ä¤Ç¤¹¡£
    +Wiki¤Ë¤Ä¤¤¤Æ¤È¤½¤Î¾Âô»³¤Î¤â¤Î¤Î¾ðÊó¤¬Ë­É٤ˤ¢¤ê¤Þ¤¹¡£ + +The WikiWikiWeb is the original and still one of the largest and most +active wikis. It contains a wealth of information about wiki and many +other things. + +WikiWikiWeb:FrontPage + +RemoteWikiURL: http://c2.com/cgi/wiki? diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/ZWiki.stx ./ZWiki/templates/zwikidotorgjp/ZWiki.stx --- ./ZWiki-0.11.0/templates/zwikidotorgjp/ZWiki.stx Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/ZWiki.stx Wed Sep 25 09:22:12 2002 @@ -0,0 +1,21 @@ +ZWiki¤Ï¤³¤Î¥µ¥¤¥È¤òÆ°¤«¤·¤Æ¤¤¤ë¥½¥Õ¥È¥¦¥¨¥¢¤Ç¤¹¡£ +"Joyful Systems":http://joyful.com ¤È À¤³¦Ãæ¤Î +"¹×¸¥¼Ô":http://zwiki.org/ZWikiContributors ¤Ë¤è¤ê³«È¯¤µ¤ì¤Þ¤·¤¿¡£ +GPL¤Ë´ð¤Å¤­ÍøÍѽÐÍè¤Þ¤¹¡£¤³¤ì°Ê³°¤Î¤ªÃΤ餻¤Ï¡¢http://zwiki.org ¤ò¤´Í÷²¼¤µ¤¤¡£ + +ZWiki¤Ï¡¢¥ª¥ê¥¸¥Ê¥ë¤ÎWikiWikiWeb¤Î±Æ¶Á¤Î¾å·Áºî¤é¤ì¤Æ¤ª¤ê¡¢ +"Zope":http://zope.org Web Application Server¤Î¥Ñ¥ï¡¼¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹¡£ + +³°Éô¤ÎWiki¤ÎURL: http://zwiki.org/ + + \ No newline at end of file diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/index_html.dtml ./ZWiki/templates/zwikidotorgjp/index_html.dtml --- ./ZWiki-0.11.0/templates/zwikidotorgjp/index_html.dtml Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/index_html.dtml Sun Mar 17 06:07:50 2002 @@ -0,0 +1 @@ + \ No newline at end of file diff -ruN ./ZWiki-0.11.0/templates/zwikidotorgjp/standard_error_message.dtml ./ZWiki/templates/zwikidotorgjp/standard_error_message.dtml --- ./ZWiki-0.11.0/templates/zwikidotorgjp/standard_error_message.dtml Thu Jan 1 09:00:00 1970 +++ ./ZWiki/templates/zwikidotorgjp/standard_error_message.dtml Tue Aug 20 10:34:04 2002 @@ -0,0 +1,54 @@ + + +A custom error handler - redirect to the most likely existing page. +Assumes SearchPage exists. +See http://www.zope.org/Members/JohnC/StandardErrorMessage + + + +< dtml-else> +< dtml-call "RESPONSE.redirect(SearchPage.page_url()+'/editform?page='+search, + lock=1)"> + + + + + + + +

    +I could not find any likely page matching +"" +"" +

    +Click here to +

    /editform" +method="POST" enctype="multipart/form-data"> + + +
    +
    " +method="POST" enctype="multipart/form-data"> + + +
    +or +return to &dtml-SERVER_URL;. + + + + + +