Commit Graph

12 Commits

Author SHA1 Message Date
Darren 969df9eaeb
Additional information 2022-03-03 12:31:59 -05:00
Darren 365f7af437
feat: Badge
Signed-off-by: Darren <git@darrennathanael.com>
2022-03-03 03:44:32 -05:00
Darren 6e5d3c8489
merge master into dp4
Signed-off-by: Darren <git@darrennathanael.com>
2022-03-03 03:27:35 -05:00
Martin Mahner 129be43b16 Bumped up to version 2.0. Updated docs. 2013-11-29 19:55:30 +01:00
Martin Mahner 34e6840762 Typo fixes. 2013-11-29 18:58:02 +01:00
Martin Mahner 9d1d52e669 Better docs. 2013-11-29 18:48:42 +01:00
Martin Mahner cf84fe5834 Updated readme. 2013-11-26 11:40:36 +01:00
Timo Tijhof b6ac14cd1a Readme: Promote dpaste.de instead of www.dpaste.de
This doesn't fix #16, but I figured I could at least make it
consistent within the code. A grep count tells me dpaste.de
is used everywhere except here.

(www.)dpaste.org is not mentioned anywhere.
2013-04-23 06:33:19 +02:00
Timo Tijhof b2265b1af8 Clean up: Drop redundant attributes, minor JS clean up, gitignore
* Dropped redundant `type` attribute from script elements
  (some had them removed already).
* Dropped redundant `media` attribute from link elements.
* <div> is not a valid self-closing tag.
* Dropped redundant / in self-closing tags in <hr/>, <br/>, <input/>.
  Just like was done for <img> and <link> already).
* Aliasing $ to jQuery (local reference is cheaper and using
  jQuery as global seems more stable, bootstrap.js does this too).
* Unminified it a bit (nothing extreme, just more consistent
  other code here already).
* Consistently used single quotes in the js code
  (most code used singled quotes already).
* Quoting attribute selectors $('input[name="foo"]').
  Unquoted selectors have been deprecated.
* Ignore .pyc files (so they don't show up in `git status`, and
  aren't accidentally committed with `git add`).
2013-04-23 06:33:06 +02:00
Martin Mahner 3c30cdb599 Update README.md 2013-03-30 13:46:13 +01:00
Martin Mahner 04e54be2aa Added a simple README [ci skip] 2013-03-22 22:54:41 +01:00
Martin Mahner d539631da7 More project restructuring to make the project look more like a Django 1.5 project. 2013-03-19 13:54:25 +01:00
Renamed from dpaste/conf/__init__.py (Browse further)