Martin Mahner
2a1841ac56
Full metal cleanup
2018-03-12 11:59:38 +01:00
Martin Mahner
4924c88107
Use Pipenv
2018-01-07 17:20:50 +01:00
Martin Mahner
f8dc4c0b71
Updated docs.
2017-12-12 20:12:03 +01:00
Martin Mahner
4bdcbdcd20
Removed bootstrap.
2017-09-05 13:43:16 +02:00
Martin Mahner
470b8dd2b3
v3.0
2017-09-01 11:32:58 +02:00
Martin Mahner
fc44b12504
Merge pull request #91 from lb1c/patch-1
...
Update installation.rst
2017-07-14 11:57:41 +02:00
Martin Mahner
6caa5bff48
Fixed curl docs. Closes #92
2017-06-05 20:31:45 +02:00
lb1c
fef7dd79ee
Update installation.rst
2017-05-19 15:30:27 +02:00
Martin Mahner
e1c3d21f38
Merge branch 'master' into cleanup
2017-01-21 14:45:51 +01:00
Martin Mahner
f6e54738dd
Removed mptt from installation docs.
2017-01-19 12:38:56 +01:00
Martin Mahner
a6a5bc726b
Backwards incompatible: Removed Gist button feature.
2017-01-19 12:16:07 +01:00
Martin Mahner
f5cc7fc171
Drop Github Gist Export
2016-03-24 20:16:34 +01:00
Martin Mahner
f92e447adc
Merge remote-tracking branch 'origin/master'
2016-03-23 14:15:34 +01:00
Martin Mahner
b046d8ab87
Backwards incompatible. API calls now need to pass all arguments via POST.
2016-03-23 14:02:48 +01:00
Henk Kraal
429ef239f9
conent should be content
2015-12-10 13:56:23 +01:00
Martin Mahner
6ef7cce674
Removed South from docs
2015-08-12 06:25:22 +02:00
Martin Mahner
a6c4041b6c
It’s hard to have multiple versions of Python installed, especially when using Homebrew. So just skip them.
2014-12-29 19:35:18 +01:00
Martin Mahner
b1e82903ac
Apparently you no longer need a ‚fake‘ lazy lambda and can use ugettext right away in the settings.
...
I remember this was not possible since gettext requires settings itself and so you had a cross reference. Maybe I was just wrong too.
2014-10-28 12:14:30 +01:00
Martin Mahner
7821056b64
Further cleanup of all „One-Time snippet“ strings.
2014-10-28 12:05:47 +01:00
Martin Mahner
40d044e424
Merge remote-tracking branch 'origin/master' into i18n
...
Conflicts:
dpaste/forms.py
2014-10-25 12:14:36 +02:00
Martin Mahner
cdd20df09d
Merge pull request #65 from welshjf/doc_fixes
...
Doc typo fixes
2014-10-25 12:13:47 +02:00
Martin Mahner
8683c4c30d
Further language cleanup.
2014-10-25 12:08:11 +02:00
Jacob Welsh
85a02edb8f
New settings for private installations
...
- The site name in the titles and "about" page can be changed from
dpaste.de
- The Gist feature can be disabled (both the UI and the code that does
the POST)
- A different URL can be given for jquery(.min).js besides google, such
as beside the local static files
2014-10-01 19:31:28 -05:00
Jacob Welsh
fa95dc64e8
Fix non-readthedocs sphinx build
...
Note, this means you have to set the environment variable
READTHEDOCS=True to use the RTD theme, which appears to have been the
intent.
2014-09-30 15:36:37 -05:00
Jacob Welsh
bdd29df7c7
Fix DPASTE_SLUG_CHOICES alphabet in documentation
2014-09-30 15:34:48 -05:00
Martin Mahner
66203c18fe
Fixed misleading doc typo
2014-08-02 13:10:49 +02:00
Martin Mahner
fc9529572b
Added a note that you have to disable ‚lexer‘ to use ‚filename‘.
...
Might be good to rethink the logic here.
2014-06-09 20:21:26 +02:00
Martin Mahner
3bc2eb0c84
Add support to set a lexer with a given filename. Closes issue #63 .
...
This allows third-party API utils to set the lexer automatically based on the open filename.
2014-06-09 20:18:08 +02:00
Martin Mahner
ae61e6f9aa
Added settings docs for Gist changes made in issue #58 .
2014-06-08 20:21:59 +02:00
Martin Mahner
34181e03f7
Added a API value to set the expire time of snippets. Closes issue #64 .
2014-06-08 20:15:59 +02:00
Martin Mahner
05d9da53ed
Minor fixes for installation docs. Closes issue #45 .
2014-04-12 10:46:49 -04:00
Martin Mahner
76faf7fe9b
Merge pull request #49 from kulbir/issue-45
...
added installation docs - #45
Thank you!
2014-04-12 10:19:58 -04:00
Martin Mahner
0a3e2b5082
Fixed duplicate slugs.
...
Before a slug could get generated again, which threw an error since it was not unique, but treated as a kind of primary key.
Now if the same slug gets generated again, we generate one other slug with one more character.
2014-04-12 10:10:46 -04:00
kulbir
7f1c649e30
added installation docs - #45
2014-02-21 15:14:37 +05:30
Martin Mahner
3b8bb915e5
One time tests and docs.
2014-01-21 13:12:03 +01:00
Martin Mahner
dbfbcf54b6
API call accepts the lexer or format parameters now via GET too.
...
With this you can set the format by the url: /api/?format=json
2014-01-11 16:11:42 +01:00
Martin Mahner
d3e497df4c
Added sample api scripts to docs.
2014-01-11 16:03:50 +01:00
Martin Mahner
964e1b64c7
Added option to keep snippets forever.
2014-01-11 16:00:11 +01:00
Martin Mahner
8702f79591
Added API docs. Fixes issue #38 .
2014-01-07 13:37:18 +01:00
Martin Mahner
d86f8b812b
Code cleanup.
2014-01-07 13:07:55 +01:00
Martin Mahner
be4fa62bd7
Readthedocs fixes
2013-12-18 11:32:25 +01:00
Martin Mahner
be691b4b43
Added docs.
2013-12-18 11:28:45 +01:00
Martin Mahner
262395b075
Initial files for documentation.
2013-12-18 10:56:50 +01:00
Martin Mahner
9d1d52e669
Better docs.
2013-11-29 18:48:42 +01:00
Martin Mahner
cca489f71e
Added bare installation docs.
2013-11-24 21:06:52 +01:00
Martin Mahner
00a207457b
unused files
2011-05-30 18:57:24 +02:00
Martin Mahner
a2e4e83c20
Initial commit after move to linode
2011-05-30 01:03:04 +02:00