This website requires JavaScript.
Explore
Help
Sign in
Darren
/
dpaste
Watch
1
Star
0
Fork
You've already forked dpaste
0
mirror of
https://github.com/DarrenOfficial/dpaste.git
synced
2024-11-15 16:12:51 +11:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
335fa38ab1
dpaste
/
.gitignore
5 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
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 14:09:57 +10:00
*.pyc
Fixed local setting ignore.
2013-11-26 08:51:52 +11:00
dpaste/settings/local.py
Renamed pastebin > dpaste. This is a way simpler project structure, its also backwards compatible. Its a huge cleanup and should make further development and also 3rd party integration much easier.
2013-03-19 23:33:35 +11:00
dpaste.egg-info
Added docs.
2013-12-18 21:28:45 +11:00
docs/_build
Reference in a new issue
Copy permalink