This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
online.php
116 lines (104 loc) · 4.53 KB
/
online.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta name="author" content="Aurelio Jargas www.aurelio.net">
<META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<LINK REL="stylesheet" TYPE="text/css" HREF="inc/site.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="online.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="markitup/skins/markitup/style.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="markitup/sets/default/style.css">
<TITLE>txt2tags online</TITLE>
<link rel="icon" type="image/png" href="/favicon.png">
</HEAD>
<BODY id="online">
<DIV CLASS="header" ID="header">
<h1><a href="/">txt2tags</a></h1>
<H3>Free online conversion</H3>
</DIV>
<DIV CLASS="body" ID="body">
<div id="sidebar">
Hot
<ul>
<li id="menuonline"><a href="./online.php">Txt2tags Online</a></li>
<li id="menumarkup"><a href="./markup.html">Markup Demo</a></li>
</ul>
About
<ul>
<!-- <li id="menuhome"><a href="/">Home</a></li> -->
<li id="menufeatures"><a href="./features.html">Features</a></li>
<li id="menusample"><a href="./sample.html">Example</a></li>
<li id="menushots"><a href="./shots.html">Screenshots</a></li>
<li id="menudocs"><a href="./docs.html">Documentation</a></li>
<li id="menutips"><a href="./tips.html">Tips & Tricks</a></li>
<!--
<li id="menuoldnews"><a href="./misc/oldnews.html">Old News</a></li>
-->
</ul>
Code
<ul>
<li id="menudownload"><a href="./download.html">Download</a></li>
<li id="menuchangelog"><a href="./changelog.html">Changelog</a></li>
<li id="menutools"><a href="./tools.html">Tools</a></li>
<li><a href="https://github.com/txt2tags/txt2tags">GitHub</a></li>
</ul>
Community
<ul>
<li id="menuwiki"><a href="http://wiki.txt2tags.org">Wiki</a></li>
<li id="menublog"><a href="http://txt2tags.wordpress.com">Blog</a></li>
<li id="menuteam"><a href="./team/index.html">The Team</a></li>
<li id="menuchildren"><a href="./children.html">The Children</a></li>
<li id="menucomments"><a href="http://txt2tags.wordpress.com/user-comments/">User Comments</a></li>
<li id="menuart"><a href="./art.html">Artwork</a></li>
</ul>
Social
<ul>
<li id="menuml"><a href="./ml.html">Mailing List</a></li>
<li><a href="http://www.facebook.com/pages/txt2tags/335201827209">Facebook</a></li>
<!-- <li><a href="http://www.orkut.com.br/Main#Community?cmm=87935">Orkut</a></li> -->
</ul>
<P>
<A HREF="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=verde%40aurelio%2enet&item_name=txt2tags%20donation&no_shipping=1&return=http%3a%2f%2faurelio%2enet%2fdonate%2dthanks%2ehtml&cn=&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8"><IMG ALIGN="middle" SRC="img/donate.png" BORDER="0" alt="DONATE"></A>
</P>
</div>
<?php include("script_markitup.php"); ?>
<H2>Txt2tags Online</H2>
<UL>
<LI>Play with txt2tags even before downloading it. Now you can also try the <A HREF="txt2tags.form.php">php implementation of txt2tags online</A>.
<P></P>
<LI>You can alter the text source or type/paste your own.
<P></P>
<LI>The <A HREF="online.phps">PHP sources</A> are available, you can customize it
and use on your intranet.
</UL>
<?php require("online.phps"); ?>
<p><a href="#" class="toggle">Click this link to <span>remove markItUp!</span></a> in this demo</p>.
<UL>
<LI>See full live preview of the MarkItUp effect on <A HREF="http://etxt2tags.appspot.com/">http://etxt2tags.appspot.com/</A>
</UL>
</div><div id="footer">
<P>
<IMG ALIGN="middle" SRC="img/t2tpowered-white.png" BORDER="0" ALT="">
</P>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"></a>
<P>
Last modified on 27 August 2012 at 16:10
(<A HREF="online.t2t">See sources</A>,
<A HREF="http://validator.w3.org/check?uri=referer">Validate HTML</A>)
</P>
</div><div id="fake">
<!-- Google Analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-280222-14']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</DIV>
<!-- html code generated by txt2tags 2.6.1051 (http://txt2tags.org) -->
<!-- cmdline: txt2tags online.t2t -->
</BODY></HTML>