Skip to content

Commit f55c4d9

Browse files
committed
Conclict.
2 parents 37ad100 + e188389 commit f55c4d9

File tree

13 files changed

+42
-5
lines changed

13 files changed

+42
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.md
22
recursive-include bootstrap/static *.*
33
recursive-include bootstrap/templates *.*
4+
recursive-include fontawesome/static *.*

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
django-bootstrap-static
2-
======================
1+
Django Bootstrap Static Files
2+
=============================
33

4-
Simply the bootstrap static files WITH plugins
4+
Bootstrap and optional Font Awesome static files ready for the picking.
55

66
Install
77
-------
88

99
pip install django-bootstrap-static
1010

11-
Add bootstrap to installed apps
11+
Configuration
12+
-------------
13+
14+
To pickup bootstrap static files, simply inlcude 'boostrap' in your Intalled Apps. You can also get Fontawesome support by adding 'fontawesome' to your installed apps.
15+
16+
Please refer to each project for integration/install guides.
17+
18+
Releases
19+
--------
20+
21+
To keep with the bootstrap release schedule we will keep version numbers of this app in sync with the bootstrap Major.Minor.Revision changes. The additional
22+
version number will be added at the end to denote a new change within this package itself.
23+
24+
django-bootstrap-static==2.3.1.1 == bootstrap 2.3.1 with an additional package change.

fontawesome/__init__.py

Whitespace-only changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Font Awesome 3.0.2
2+
##the iconic font designed for use with Twitter Bootstrap
3+
4+
The full suite of pictographic icons, examples, and documentation can be found at:
5+
http://fortawesome.github.com/Font-Awesome/
6+
7+
8+
##License
9+
- The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
10+
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - http://opensource.org/licenses/mit-license.html
11+
- The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
12+
- Attribution is no longer required in Font Awesome 3.0, but much appreciated: "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
13+
14+
##Contact
15+
- Email: dave@davegandy.com
16+
- Twitter: http://twitter.com/fortaweso_me
17+
- Work: Lead Product Designer @ http://kyru.us
18+
19+
##Changelog
20+
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
21+
- v3.0.1 - much improved rendering in webkit, various bugfixes
22+
- v3.0.2 - much improved rendering and alignment in IE7

bootstrap/static/font_awesome/css/font-awesome-ie7.min.css renamed to fontawesome/static/fontawesome/css/font-awesome-ie7.min.css

File renamed without changes.
File renamed without changes.

bootstrap/static/font_awesome/css/font-awesome.min.css renamed to fontawesome/static/fontawesome/css/font-awesome.min.css

File renamed without changes.
File renamed without changes.

bootstrap/static/font_awesome/font/fontawesome-webfont.eot renamed to fontawesome/static/fontawesome/font/fontawesome-webfont.eot

File renamed without changes.

bootstrap/static/font_awesome/font/fontawesome-webfont.svg renamed to fontawesome/static/fontawesome/font/fontawesome-webfont.svg

File renamed without changes.

0 commit comments

Comments
 (0)