Difference between revisions of "Sandbox"
From eLinux.org
(→References) |
(added rss bits) |
||
| Line 1: | Line 1: | ||
| + | == Test of Extension:RSS == | ||
| + | |||
| + | <rss>http://rss.slashdot.org/Slashdot/slashdot|charset=UTF-8|short|date|max=5</rss> | ||
| + | |||
== Test of references == | == Test of references == | ||
I want to test a reference <ref name="bird">Bird, T. (2006) This wikipedia reference thing is great. ''Journal of wikipedia greatness'' p. 2240</ref> | I want to test a reference <ref name="bird">Bird, T. (2006) This wikipedia reference thing is great. ''Journal of wikipedia greatness'' p. 2240</ref> | ||
Revision as of 03:41, 2 June 2010
Contents |
Test of Extension:RSS
Extension:RSS -- Error: "http://rss.slashdot.org/Slashdot/slashdot%7Ccharset=UTF-8%7Cshort%7Cdate%7Cmax=5" is not in the whitelist of allowed feeds. http://linuxgizmos.com/feed is the only allowed feed.
Test of references
I want to test a reference [1]
Here's a simple link: [1]
This is another test by swcai. It is great.
References
- ↑ Bird, T. (2006) This wikipedia reference thing is great. Journal of wikipedia greatness p. 2240
Testing Source Ref
{{#source: java
|
class Whatever {
public static void main() {
int a = 0;
while( a < 10 ) {
System.out.println(a);
}
}
}
}}