Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
e6e0a84f
Commit
e6e0a84f
authored
Feb 09, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add better info about licensing
parent
d25da1c6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
1 deletions
+41
-1
COPYING
+0
-0
MANIFEST
+1
-0
django_notify/__init__.py
+20
-0
setup.py
+2
-1
wiki/__init__.py
+18
-0
No files found.
wiki/
COPYING
→
COPYING
View file @
e6e0a84f
File moved
MANIFEST
View file @
e6e0a84f
include COPYING
include README.md
include README.md
include requirements.txt
include requirements.txt
include model_chart_wiki.pdf
include model_chart_wiki.pdf
...
...
django_notify/__init__.py
View file @
e6e0a84f
# -*- coding: utf-8 -*-
# This package and all its sub-packages are part of django_notify,
# except where otherwise stated.
#
# django_notify is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# django_notify is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with django_notify. If not, see <http://www.gnu.org/licenses/>.
# Unused feature, atm. everything is bundled with django-wiki
VERSION
=
"0.0.3"
from
django.contrib.contenttypes.models
import
ContentType
from
django.contrib.contenttypes.models
import
ContentType
from
django.db.models
import
Model
from
django.db.models
import
Model
from
django.utils.translation
import
ugettext
as
_
from
django.utils.translation
import
ugettext
as
_
...
...
setup.py
View file @
e6e0a84f
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
import
os
import
os
from
wiki
import
VERSION
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
# Utility function to read the README file.
# Utility function to read the README file.
...
@@ -30,7 +31,7 @@ packages = find_packages()
...
@@ -30,7 +31,7 @@ packages = find_packages()
setup
(
setup
(
name
=
"wiki"
,
name
=
"wiki"
,
version
=
"0.0.15"
,
version
=
VERSION
,
author
=
"Benjamin Bach"
,
author
=
"Benjamin Bach"
,
author_email
=
"benjamin@overtag.dk"
,
author_email
=
"benjamin@overtag.dk"
,
url
=
"http://www.django-wiki.org"
,
url
=
"http://www.django-wiki.org"
,
...
...
wiki/__init__.py
View file @
e6e0a84f
# -*- coding: utf-8 -*-
# This package and all its sub-packages are part of django-wiki,
# except where otherwise stated.
#
# django-wiki is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# django-wiki is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with django-wiki. If not, see <http://www.gnu.org/licenses/>.
VERSION
=
"0.0.15"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment