/usr/share/tdiary/theme/bootstrap/README is in tdiary-theme 5.0.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | Title: twitter-bootstrap theme
Author: Kado Masanori
License: GPL v3
Comment: setting example:
HEADER:
<%= bootstrap_navi %> <!-- use bootstrap-navi.rb plugin -->
<div class="container-fluid"> <!-- or "container" for fixed layout -->
<div class="hero-unit">
<h1>ほげほげ日記</h1>
</div>
<div class="row-fluid"> <!-- or "row" for fixed layout-->
<div class="span8">
FOOTER:
</div><!-- /.span8 -->
<div class="span4">
....
</div><!--/.span4 -->
</div><!--/.row-fluid -->
...
</div><!--/container-fluid -->
Copyright 2012 (C) Kado Masanori
|