Creole
Bisher besucht:
|
||||||||||||||||||||
|
AnzeigenAnhängeInfo
cheat sheet compactAloha Wiki Users!#Welcome to WikiCreole! Creole 1.0 is live. There is still being work done on Additions. See our press release for more details. If you are a first-time visitor, please check out how to use this wiki. To read the latest info on Creole, please visit our News blog. If you would like to suggest something and don't know where to put it, use the Talk page. Wikis share common design principles Creole is a common wiki markup language to be used across different wikis. It's not replacing existing markup but instead enabling wiki users to transfer content seamlessly across wikis, and for novice users to contribute more easily. Creole will create a community of wikis users and developers that forms a Wiki Ohana. This wiki was initiated and originally set up by the people at the Wiki Markup Standard Workshop Creole Cheat Sheet#WikiCreole is not suggesting an arbitrary markup. We have conducted intensive research on common wiki markup elements (see reasoning). Each element was discussed in detail on the talk pages of this wiki, and chosen according to the goals and good practices formulated by a broad variety of wiki developers and users from different engines (see people). The cheat sheet is a digest of this work: See the cheat sheet page for a full view. For details on the different elements see the current stable spec Creole 1.0. If you have questions about elements, use the talk pages of the according element pages. Process#
Ward Cunningham is explaining Creole at the WMS workshop atWikiSym 2006Our conclusions for a beta wiki Creole markup have been placed at all markup (detailed analysis can be found at elements). Developers of eleven wiki engines have expressed willingness to implement Creole in their software. We are not setting up any strict guidelines for implementation, but will leave that up to the developers to decide which way would be best. The process is described in detail in this paper Feel free to contribute to this wiki. Before you post, please make yourself familiar with what has already been discussed. Every page has an according talk page (the discussion tab). For a quick start on what can be discussed here, and what is out of the scope of this wiki, take a look at CreoleScope and Goals. How to Contribute#The Creole 1.0 spec was developed through this webpage, which used to be an open wiki. It is now closed down for public editing in order to keep a consistent state of the Creole 1.0 documentation. If you would like to contribute to the next version of Creole or have questions and are seeking for help on the current Creole spec, please use the new Creole 2 wiki. |
Creole的更多相关文章
- 初试JqueryEasyUI(附Demo)
写在前面 准备 布局Layout 菜单树Tree 内容页Tabs 右键菜单Menu 表单Form 对话框Dialog 示例Demo下载 关于easyui不多说,对于我们这样没有美术功底的程序员来说,简 ...
- 几款主流PHP框架的优缺点评比
PHP是一种在国内外都比较流行的开源服务器端脚本开发语言.能够适应大中小型项目的开发需求.我们将在这篇文章中向大家介绍几款主流PHP框架及其相关优缺点评比,作为一个参考分享给朋友们. 主要参考的PHP ...
- 【转】PHP调试开发工具你认识多少?
来源:PHP100中文网(http://www.php100.com/html/itnews/PHPxinwen/2009/0902/3257.html) PHP现在已经是使用最为广泛的开源服务器端脚 ...
- php群发邮件,用数据库做邮件队列
重思想,方法自己又写的,不能保证原文的都正确... Tutorial Tutorial – A tutorial for Mail_Queue Mail_Queue usage with a simp ...
- Android Studio UML 插件 PlantUML 使用语法
活动标签(activity label)以冒号开始,以分号结束. 文本格式支持creole wiki语法. 活动默认安装它们定义的顺序就行连接. @startuml :Hello world; :Th ...
- 优秀而又实用的PHP工具集锦
优秀而又实用的PHP工具集锦 浏览:1141 发布日期:2013/09/04 分类:技术分享 PHP是目前实用最为广泛的服务器端开源脚本语言之一,很多优秀的开源程序都是基于PHP构建的,比如大名鼎 ...
- MySQL初级培训
按照一个MySQL DBA在工作中接触到部分的先后顺序,编排培训目录如下. 字段选取 int , decimal, char , varchar , blob ,timestamp SQL优化 exp ...
- OneProxy读写分离配置操作手册
1.确保已配置好主备集群 A)配置 可参考MySQL官方文档(https://dev.mysql.com/doc/refman/5.6/en/replication-howto.html) 或者我的博 ...
- PHP常见框架
PHP是一种在国内外都比较流行的开源服务器端脚本开发语言.能够适应大中小型项目的开发需求.我们将在这篇文章中向大家介绍几款主流PHP框架及其相关优缺点评比,作为一个参考分享给朋友们. 主要参考的PHP ...
随机推荐
- lintcode:格雷编码
格雷编码 格雷编码是一个二进制数字系统,在该系统中,两个连续的数值仅有一个二进制的差异. 给定一个非负整数 n ,表示该代码中所有二进制的总数,请找出其格雷编码顺序.一个格雷编码顺序必须以 0 开始, ...
- SPRING IN ACTION 第4版笔记-第十章Hitting the database with spring and jdbc-001-Spring对原始JDBC的封装
1.spring扩展的jdbc异常 2.Template的运行机制 Spring separates the fixed and variable parts of the data-access p ...
- MYSQL 当有两条重复数据时 保留一条
delete from test where id in (select id from (select max(id) as id,count(text) as count from test ...
- URAL 1066 Garland 二分
二分H2的位置,判断条件为是否有Hi < 0 #include <cstdio> #include <cstring> #include <cstdlib> ...
- ftp 建立、配置、实用软件 fileZilla server
ftp 建立.配置.实用软件 fileZilla server
- Js判断一个单词是否有重复字母
今天上午刷到一道题,大体是写一个方法判断一个单词中是否有重复的字母(或者说一个字符串中是否有重复的字符).我的思路是一个字符一个字符地遍历,如果发现有重复的停止: function isIsogram ...
- Hibernate 异常 —— Unable to instantiate default tuplize
出现这个异常 —— Unable to instantiate default tuplizer ,是 Hibernate 的映射文件(*.hbm.xml)导致的.仔细检查一下工程里的映射文件吧. 笔 ...
- NDK(4)"Unresolved inclusion jni.h”的解决方法
参考 : http://blog.csdn.net/zhubin215130/article/details/39347873 3种解决办法: 一,重新初始化eclipse对该project的nat ...
- php安装了扩展提示undefined
安装curl扩展后仍然提示如下错误: Call to undefined function curl_init() 使用一下语句 输出NO echo function_exists('curl_ini ...
- 上海二手房8月排名:链家、悟空找房、中原、太平洋、我爱我家、易居、房天下、iwjw、房多多、房好多、q房网、、、
房产网站总结 链家: 悟空找房: 中原: 太平洋: 我爱我家: 易居: 房天下: iwjw:有较多二手房信息 链家称王 房多多领跑电商平台 近日,云房数据公布了8月上海房产中介成交数据,从排行榜来看, ...
. Find out more about this move on the 

cheat sheet compact