This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from zhangshine/dist
Deb package
- Loading branch information
Showing
21 changed files
with
109,908 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
debuild -us -uc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The Debian Package mdcharm | ||
---------------------------- | ||
|
||
Comments regarding the Package | ||
|
||
-- mdcharm<[email protected]> Fri, 10 Aug 2012 22:37:10 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
mdcharm for Debian | ||
------------------ | ||
|
||
<this file describes information about the source package, see Debian policy | ||
manual section 4.14. You WILL either need to modify or delete this file> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
mdcharm (1.2) stable; urgency=low | ||
|
||
* [Close] #6 add a Toc tab (like the current project tab that work on headings) todo | ||
* [Close] #7 add drag'n drop for images or external web links todo | ||
|
||
-- mdcharm <[email protected]> Fri, 10 Aug 2012 22:37:10 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Source: mdcharm | ||
Section: utils | ||
Priority: optional | ||
Maintainer: mdcharm<[email protected]> | ||
Build-Depends: debhelper (>= 8.0.0) | ||
Standards-Version: 3.9.2 | ||
Homepage: http://www.mdcharm.com/ | ||
#Vcs-Git: git://git.debian.org/collab-maint/mdcharm.git | ||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/mdcharm.git;a=summary | ||
|
||
Package: mdcharm | ||
Architecture: amd64 | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: MdCharm is a wiki editor, currently it supports markdown and multi-markdown. | ||
Check us out at http://www.mdcharm.com/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Format: http://dep.debian.net/deps/dep5 | ||
Upstream-Name: mdcharm | ||
Source: http://www.mdcharm.com/ | ||
|
||
Files: * | ||
Copyright: 2012-2014 MdCharm | ||
|
||
All Rights Reserved. | ||
|
||
# Please also look if there are files or directories which have a | ||
# different copyright/license attached and list them here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
usr/share/mdcharm | ||
usr/share/mdcharm/spellcheckdict |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mdcharm_1.2_amd64.deb utils optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
usr/bin/mdcharm usr/bin | ||
usr/share/mdcharm/mdcharm.png usr/share/mdcharm | ||
usr/share/applications/mdcharm.desktop usr/share/applications | ||
usr/share/mdcharm/spellcheckdict/en_GB.aff /usr/share/mdcharm/spellcheckdict | ||
usr/share/mdcharm/spellcheckdict/en_GB.dic /usr/share/mdcharm/spellcheckdict | ||
usr/share/mdcharm/spellcheckdict/en_US.aff /usr/share/mdcharm/spellcheckdict | ||
usr/share/mdcharm/spellcheckdict/en_US.dic /usr/share/mdcharm/spellcheckdict | ||
usr/share/mdcharm/spellcheckdict/README_en_GB.txt /usr/share/mdcharm/spellcheckdict | ||
usr/share/mdcharm/spellcheckdict/README_en_US.txt /usr/share/mdcharm/spellcheckdict |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/make -f | ||
# -*- makefile -*- | ||
# Sample debian/rules that uses debhelper. | ||
# This file was originally written by Joey Hess and Craig Small. | ||
# As a special exception, when this file is copied by dh-make into a | ||
# dh-make output file, you may use that output file without restriction. | ||
# This special exception was added by Craig Small in version 0.37 of dh-make. | ||
|
||
# Uncomment this to turn on verbose mode. | ||
#export DH_VERBOSE=1 | ||
|
||
%: | ||
dh $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
put mdcharm here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Version=1.2 | ||
Encoding=UTF-8 | ||
Name=MdCharm | ||
Exec=/usr/bin/mdcharm | ||
Comment=Markdown Editor | ||
Icon=/usr/share/mdcharm/mdcharm.png | ||
Terminal=false | ||
Categories=Application;Qt;Office; | ||
StartupNotify=false | ||
Name[en_US]=mdcharm |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
dist/ubuntu/usr/share/mdcharm/spellcheckdict/README_en_GB.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
This dictionary was initially based on a subset of the | ||
original English wordlist created by Kevin Atkinson for | ||
Pspell and Aspell and thus is covered by his original | ||
LGPL licence. | ||
|
||
It has been extensively updated by David Bartlett, Brian Kelk | ||
and Andrew Brown: | ||
- numerous Americanism have been removed | ||
- numerous American spellings have been corrected | ||
- missing words have been added | ||
- many errors have been corrected | ||
- compound hyphenated words have been added where appropriate | ||
|
||
Valuable inputs to this process were received from many other | ||
people - far too numerous to name. Serious thanks to you all | ||
for your greatly appreciated help. | ||
|
||
This word list is intended to be a good representation of | ||
current modern British English and thus it should be a good | ||
basis for Commonwealth English in most countries of the world | ||
outside North America. | ||
|
||
The affix file has been created completely from scratch | ||
by David Bartlett and Andrew Brown, based on the published | ||
rules for MySpell and is also provided under the LGPL. | ||
|
||
In creating the affix rules an attempt has been made to | ||
reproduce the most general rules for English word | ||
formation, rather than merely use it as a means to | ||
compress the size of the dictionary. It is hoped that this | ||
will facilitate future localisation to other variants of | ||
English. | ||
|
||
Please let David Bartlett <[email protected]> know of any | ||
errors that you find. | ||
|
||
The current release is R 1.18, 11/04/05 |
29 changes: 29 additions & 0 deletions
29
dist/ubuntu/usr/share/mdcharm/spellcheckdict/README_en_US.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
2006-02-07 release. | ||
-- | ||
This dictionary is based on a subset of the original | ||
English wordlist created by Kevin Atkinson for Pspell | ||
and Aspell and thus is covered by his original | ||
LGPL license. The affix file is a heavily modified | ||
version of the original english.aff file which was | ||
released as part of Geoff Kuenning's Ispell and as | ||
such is covered by his BSD license. | ||
|
||
Thanks to both authors for there wonderful work. | ||
|
||
ChangeLog | ||
|
||
2006-02-07 nemeth AT OOo | ||
|
||
Issue 48060 - add ordinal numbers with COMPOUNDRULE (1st, 11th, 101st etc.) | ||
Issue 29112, 55498 - add NOSUGGEST flags to taboo words | ||
Issue 56755 - add sequitor (non sequitor) | ||
Issue 50616 - add open source words (GNOME, KDE, OOo, OpenOffice.org) | ||
Issue 56389 - add Mozilla words (Mozilla, Firefox, Thunderbird) | ||
Issue 29110 - add okay | ||
Issue 58468 - add advisors | ||
Issue 58708 - add hiragana & katakana | ||
Issue 60240 - add arginine, histidine, monovalent, polymorphism, pyroelectric, pyroelectricity | ||
|
||
2005-11-01 dnaber AT OOo | ||
|
||
Issue 25797 - add proven, advisor, etc. |
Oops, something went wrong.