yard-slipstream 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -23,19 +23,26 @@ http://dreamcat4.github.com/plist4r/
23
23
  * Blue search box to replace 3 seperate drop-down menus (Files List, Methods List, Class List)
24
24
  * The blue Search box is similar as per yardoc.org, but positioned in top-right corner
25
25
  * New backend to power the search box (loads onfocus a local json file 'search_index.json')
26
+ * Best as-can-be-done html frames support
26
27
  * New Frames | No Frames hyperlinks bar. Top right, next to search.
27
- * '_index.html' renamed to 'object_index.html' to avoid conflicts with jekyll / gh-pages
28
+ * Internal links stay in frames. External page links break out of frames.
29
+ * '_index.html' renamed to 'object_index.html'. To avoid conflicts with jekyll / gh-pages
28
30
  * The above fix allows yard docs to be nestable within gh-pages / jekyll website
29
31
  * Better scrolling to embedded page links (yard issue-102)
30
32
  * Certain object navigation links emphasized (easier to click on / better prominence)
31
33
  * More rdoc-like method navigation (via the method ribbons)
32
34
  * A couple of sections re-ordered to work better in the new layout
35
+ * Enables the info box for Top Level Namespace
33
36
 
34
37
  == Whats left the same?
35
38
 
36
39
  * Same basic fundamental layout. Which was already good to begin with.
37
40
  * Well, all of the other best aspects / detail from the original yard template. (We hope!)
38
- * We havent unintentionally broken anything from yard 0.5.4. We promise.
41
+ * We havent intentionally broken any features of yard. We promise.
42
+
43
+ == Browser Compatability
44
+
45
+ Developed on Firfox and Safari. AFAIK Chrome and any other WebKit based browsers should be fine. Opera was not tested particularly thoroughly. This plugin isnt tested on IE (any version). Internet Explorer will probably show some inconsistencies, given how poorly it supports CSS. If anyone would like to contribute compatability fixes for either Opera or IE, please do so. You are more than welcome. Also please note that by adding new features, future compatablility may suffer.
39
46
 
40
47
  == Future compatibility / Support
41
48
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -65,7 +65,7 @@ form.search {
65
65
  }
66
66
  form.search input { margin-left: 5px; width: 250px; border: 1px solid #99f; -moz-border-radius: 3px; font-family: monospace; }
67
67
 
68
- #menu .noframes { margin-right: 355px; float: right; }
68
+ #menu .noframes { margin-right: 355px; float: right; width: 130px; text-align: right; }
69
69
 
70
70
  /*#menu a.link_disabled:link { color: inherit; font-size:20;}*/
71
71
  /*#menu a.link_disabled:visited { color: inherit; font-size:20;}*/
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yard-slipstream}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dreamcat4"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dreamcat4