ユーザ用ツール

サイト用ツール


wiki:welcome

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
wiki:welcome [2025/06/19 23:50] – 作成 - 外部編集 127.0.0.1wiki:welcome [2025/11/29 21:33] (現在) – 作成 - 外部編集 127.0.0.1
行 1: 行 1:
-====== Welcome to C.S.R.Wiki ======+====== Welcome to your new DokuWiki ======
  
-てすとだよ~ん +Congratulations, your wiki is now up and running. Here are a few more tips to get you started. 
-:sidebar+ 
 +Enjoy your work with DokuWiki,\\ 
 +-- the developers 
 + 
 +===== Create your first pages ===== 
 + 
 +Your wiki needs to have a start page. As long as it doesn't exist, this link will be red[[:start]]. 
 + 
 +Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]]. 
 + 
 +You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more. 
 + 
 +Please be aware that not all templates support sidebars. 
 + 
 +===== Customize your Wiki ===== 
 + 
 +Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first). 
 + 
 +You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation. 
 + 
 +===== Join the Community ===== 
 + 
 +DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]]. 
 + 
 +The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]]. 
 + 
 +Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with DokuWiki.
  
-<html> 
-<script> 
-function newpage(){ 
-  var base='https://ehime-csr-new.sakura.ne.jp/dokuwiki/doku.php?id=wiki:'; 
-  
-  //日時を取得 
-  var nowTime=new Date(); 
-  var yyyy = nowTime.getFullYear(); 
-  var mm = ("0"+(nowTime.getMonth()+1)).slice(-2); 
-  var dd = ("0"+(nowTime.getDate())).slice(-2); 
-  var hh = ("0"+(nowTime.getHours())).slice(-2); 
-  var nn = ("0"+(nowTime.getMinutes())).slice(-2); 
-  var ss = ("0"+(nowTime.getSeconds())).slice(-2); 
-  
-  //編集ページ名「ベースURLyyyy-mm-dd-hhnnss?do=edit」・・・【2】 
-  location.href = base+yyyy+'-'+mm+'-'+dd+'-'+hh+nn+ss+'&do=edit'; 
-} 
-</script> 
-<input type="button" name="link" value="新規ページ作成" onclick="newpage()"> 
-</html> 
wiki/welcome.1750344635.txt.gz · 最終更新: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki