Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
caleb
/
pelican-plugins
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added files for new Video Privacy Enhancer Pelican plugin.
Jacob Levernier
10 years ago
parent
892c5c08a8
commit
94187ae062
4 changed files
with
206 additions
and
0 deletions
Split View
Show Diff Stats
49
0
video_privacy_enhancer/Readme.md
1
0
video_privacy_enhancer/__init__.py
137
0
video_privacy_enhancer/video_privacy_enhancer.py
19
0
video_privacy_enhancer/video_privacy_enhancer_jquery.js
File diff suppressed because it is too large
+ 49
- 0
video_privacy_enhancer/Readme.md
+ 1
- 0
video_privacy_enhancer/__init__.py
View File
@@ -0,0 +1 @@
+from .video_privacy_enhancer import *
File diff suppressed because it is too large
+ 137
- 0
video_privacy_enhancer/video_privacy_enhancer.py
File diff suppressed because it is too large
+ 19
- 0
video_privacy_enhancer/video_privacy_enhancer_jquery.js