deleted crap files, removed (not-that-)epic-editor

This commit is contained in:
jomo
2014-04-10 01:55:34 +02:00
parent 2d68cbf358
commit b740c4db3a
16 changed files with 6 additions and 530 deletions

View File

@@ -12,7 +12,6 @@ gem 'github-markdown'
gem 'hirb' #pretty console output
gem 'rb-readline', '~> 0.4.2'
gem 'rest-client'
gem 'epic-editor-rails'
# Gems used only for assets and not required
# in production environments by default.

View File

@@ -21,26 +21,4 @@ $(function(){
})
});
}, 4000);
var editor = new EpicEditor({
container: 'epic',
textarea: 'epic-textarea',
basePath: '/assets',
clientSideStorage: false,
theme: {
base: '/base/epiceditor.css',
preview: '/preview/github.css',
editor: '/editor/epic-light.css'
},
button: {
bar: true
},
autogrow: {
minHeight: 300
}
});
try {
editor.load();
} catch (e) {}
});

View File

@@ -11,6 +11,5 @@
// GO AFTER THE REQUIRES BELOW.
//= require jquery
//= require jquery_ujs
//= require epiceditor
//= require app
//= require moment

View File

@@ -3,7 +3,4 @@
*= require style.css
*= require screen.css
*= require mobi.css
*/
@import 'base/epiceditor';
@import 'preview/github';
@import 'editor/epic-light';
*/

View File

@@ -3,4 +3,4 @@
\[yt\]\(([a-zA-Z0-9\-_]+)\)
https://www.youtube.com/embed/{id}?theme=light&iv_load_policy=3&showinfo=1&showsearch=0&rel=0&modestbranding&hd=1&autohide=1
https://www.youtube.com/embed/{id}?theme=light&iv_load_policy=3&showinfo=1&showsearch=0&rel=0&modestbranding&hd=1&autohide=1&html5=1

View File

@@ -2,8 +2,7 @@
<p id="markdown-note">Note: You can use <%= link_to "Markdown", "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet", target: "_blank" %>!</p>
<%= simple_form_for @post do |f|%>
<%= f.input :title, :label => false %>
<%= f.hidden_field :content, id: "epic-textarea", :label => false, input_html: {class: "full-width vertical"} %>
<div id="epic"></div>
<%= f.hidden_field :content, :label => false, input_html: {class: "full-width vertical"} %>
<%= f.submit "Update Post", class: "btn blue left" %>
<% end %>
<%= button_to "Delete post", @post, :method => "delete", :confirm => "Delete post & comments forever?", class: "btn red right" %>

View File

@@ -2,7 +2,6 @@
<p id="markdown-note">Note: You can use <%= link_to "Markdown", "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet", target: "_blank" %>!</p>
<%= simple_form_for @post do |f|%>
<%= f.input :title, placeholder: "Title" %>
<%= f.hidden_field :content, id: "epic-textarea", placeholder: "Text", input_html: {class: "full-width vertical"} %>
<div id="epic"></div>
<%= f.hidden_field :content, placeholder: "Text", input_html: {class: "full-width vertical"} %>
<%= f.submit "Create Post", class: "btn blue left" %>
<% end %>

View File

@@ -2,8 +2,7 @@
<p id="markdown-note">Note: You can use <%= link_to "Markdown", "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet", target: "_blank" %>!</p>
<%= simple_form_for [@thread.forum, @thread] do |f|%>
<%= f.input :title, label: false %>
<%= f.hidden_field :content, id: "epic-textarea", label: false, input_html: {class: "full-width vertical"} %>
<div id="epic"></div>
<%= f.hidden_field :content, label: false, input_html: {class: "full-width vertical"} %>
<%= f.submit "Update thread", class: "btn blue left" %>
<% end %>
<%= button_to "Delete thread", [@thread.forum, @thread], :method => "delete", :confirm => "Delete thread & comments forever?", class: "btn red right" %>

View File

@@ -16,7 +16,6 @@
<div id="form_inputs">
<%= f.text_field :title, placeholder: "Title" %>
</div>
<%= f.hidden_field :content, id: "epic-textarea", placeholder: "Text" %>
<div id="epic"></div>
<%= f.hidden_field :content, placeholder: "Text" %>
<p><%= f.submit "Create thread", class: "btn blue" %></p>
<% end %>

137
erd.dot
View File

@@ -1,137 +0,0 @@
digraph Site {
rankdir = "LR";
ranksep = "0.5";
nodesep = "0.4";
pad = "0.4,0.4";
margin = "0,0";
concentrate = "true";
labelloc = "t";
fontsize = "13";
fontname = "Arial Bold";
node[ shape = "Mrecord" , fontsize = "10" , fontname = "Arial" , margin = "0.07,0.05" , penwidth = "1.0"];
edge[ fontname = "Arial" , fontsize = "7" , dir = "both" , arrowsize = "0.9" , penwidth = "1.0" , labelangle = "32" , labeldistance = "1.8"];
label = "Site domain model\n\n";
"m_ActiveRecord::SessionStore::Session" [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">ActiveRecord::SessionStore::Session</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="data">data <font face="Arial Italic" color="grey60">text</font></td></tr>
<tr><td align="left" width="130" port="session_id">session_id <font face="Arial Italic" color="grey60">string</font></td></tr>
</table>
>];
m_Blogpost [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Blogpost</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="content">content <font face="Arial Italic" color="grey60">text</font></td></tr>
<tr><td align="left" width="130" port="title">title <font face="Arial Italic" color="grey60">string</font></td></tr>
</table>
>];
m_Comment [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Comment</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="content">content <font face="Arial Italic" color="grey60">text</font></td></tr>
<tr><td align="left" width="130" port="user_editor_id">user_editor_id <font face="Arial Italic" color="grey60">integer</font></td></tr>
</table>
>];
m_Forum [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Forum</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="name">name <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="position">position <font face="Arial Italic" color="grey60">integer</font></td></tr>
</table>
>];
m_Forumgroup [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Forumgroup</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="name">name <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="position">position <font face="Arial Italic" color="grey60">integer</font></td></tr>
</table>
>];
m_Forumthread [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Forumthread</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="content">content <font face="Arial Italic" color="grey60">text</font></td></tr>
<tr><td align="left" width="130" port="locked">locked <font face="Arial Italic" color="grey60">boolean</font></td></tr>
<tr><td align="left" width="130" port="sticky">sticky <font face="Arial Italic" color="grey60">boolean</font></td></tr>
<tr><td align="left" width="130" port="title">title <font face="Arial Italic" color="grey60">string</font></td></tr>
</table>
>];
m_RegisterToken [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">RegisterToken</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="email">email <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="token">token <font face="Arial Italic" color="grey60">string (6)</font></td></tr>
</table>
>];
m_Role [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Role</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="name">name <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="value">value <font face="Arial Italic" color="grey60">integer</font></td></tr>
</table>
>];
m_Threadreply [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">Threadreply</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="content">content <font face="Arial Italic" color="grey60">text</font></td></tr>
</table>
>];
m_User [label = <<table border="0" align="center" cellspacing="0.5" cellpadding="0" width="134">
<tr><td align="center" valign="bottom" width="130"><font face="Arial Bold" point-size="11">User</font></td></tr>
</table>
|
<table border="0" align="left" cellspacing="2" cellpadding="0" width="134">
<tr><td align="left" width="130" port="about">about <font face="Arial Italic" color="grey60">text</font></td></tr>
<tr><td align="left" width="130" port="confirmed">confirmed <font face="Arial Italic" color="grey60">boolean</font></td></tr>
<tr><td align="left" width="130" port="donor">donor <font face="Arial Italic" color="grey60">boolean</font></td></tr>
<tr><td align="left" width="130" port="email">email <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="email_token">email_token <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="ign">ign <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="last_ip">last_ip <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="last_seen">last_seen <font face="Arial Italic" color="grey60">datetime</font></td></tr>
<tr><td align="left" width="130" port="name">name <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="password_digest">password_digest <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="skype">skype <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="skype_public">skype_public <font face="Arial Italic" color="grey60">boolean</font></td></tr>
<tr><td align="left" width="130" port="twitter">twitter <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="uuid">uuid <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="youtube">youtube <font face="Arial Italic" color="grey60">string</font></td></tr>
<tr><td align="left" width="130" port="youtube_channelname">youtube_channelname <font face="Arial Italic" color="grey60">string</font></td></tr>
</table>
>];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Blogpost -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forumgroup -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_Role -> m_Forumgroup [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_Forumgroup [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forum -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_Role -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forumthread -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_User [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "1"];
}

BIN
erd.pdf

Binary file not shown.

345
erd.svg
View File

@@ -1,345 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.26.3 (20100126.1600)
-->
<!-- Title: Site Pages: 1 -->
<svg width="1006pt" height="526pt"
viewBox="0.00 0.00 1005.60 525.60" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph1" class="graph" transform="scale(1 1) rotate(0) translate(28.8 496.8)">
<title>Site</title>
<polygon fill="white" stroke="white" points="-28.8,29.8 -28.8,-496.8 977.8,-496.8 977.8,29.8 -28.8,29.8"/>
<text text-anchor="middle" x="474" y="-452.3" font-family="Arial Bold" font-size="13.00">Site domain model</text>
<!-- m_ActiveRecord::SessionStore::Session -->
<g id="node1" class="node"><title>m_ActiveRecord::SessionStore::Session</title>
<polyline fill="none" stroke="black" points="12,-54.5 208,-54.5 "/>
<path fill="none" stroke="black" d="M208,-54.5C214,-54.5 220,-60.5 220,-66.5"/>
<polyline fill="none" stroke="black" points="220,-66.5 220,-133.5 "/>
<path fill="none" stroke="black" d="M220,-133.5C220,-139.5 214,-145.5 208,-145.5"/>
<polyline fill="none" stroke="black" points="208,-145.5 12,-145.5 "/>
<path fill="none" stroke="black" d="M12,-145.5C6,-145.5 0,-139.5 0,-133.5"/>
<polyline fill="none" stroke="black" points="0,-133.5 0,-66.5 "/>
<path fill="none" stroke="black" d="M0,-66.5C0,-60.5 6,-54.5 12,-54.5"/>
<text text-anchor="start" x="5.5" y="-132.433" font-family="Arial Bold" font-size="11.00">ActiveRecord::SessionStore::Session</text>
<polyline fill="none" stroke="black" points="0,-125.5 220,-125.5 "/>
<text text-anchor="start" x="45" y="-111.167" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="98" y="-111.167" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="45" y="-98.6667" font-family="Arial" font-size="10.00">data </text>
<text text-anchor="start" x="70" y="-98.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="45" y="-86.6667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="57" y="-86.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="45" y="-74.6667" font-family="Arial" font-size="10.00">session_id </text>
<text text-anchor="start" x="97" y="-74.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="45" y="-62.6667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="101" y="-62.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
</g>
<!-- m_Blogpost -->
<g id="node2" class="node"><title>m_Blogpost</title>
<polyline fill="none" stroke="black" points="632.5,-73.5 753.5,-73.5 "/>
<path fill="none" stroke="black" d="M753.5,-73.5C759.5,-73.5 765.5,-79.5 765.5,-85.5"/>
<polyline fill="none" stroke="black" points="765.5,-85.5 765.5,-176.5 "/>
<path fill="none" stroke="black" d="M765.5,-176.5C765.5,-182.5 759.5,-188.5 753.5,-188.5"/>
<polyline fill="none" stroke="black" points="753.5,-188.5 632.5,-188.5 "/>
<path fill="none" stroke="black" d="M632.5,-188.5C626.5,-188.5 620.5,-182.5 620.5,-176.5"/>
<polyline fill="none" stroke="black" points="620.5,-176.5 620.5,-85.5 "/>
<path fill="none" stroke="black" d="M620.5,-85.5C620.5,-79.5 626.5,-73.5 632.5,-73.5"/>
<text text-anchor="start" x="666" y="-175.433" font-family="Arial Bold" font-size="11.00">Blogpost</text>
<polyline fill="none" stroke="black" points="620.5,-168.5 765.5,-168.5 "/>
<text text-anchor="start" x="628" y="-154.167" font-family="Arial" font-size="10.00">content </text>
<text text-anchor="start" x="665" y="-154.167" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="628" y="-141.667" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="681" y="-141.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="628" y="-129.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="640" y="-129.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="628" y="-117.667" font-family="Arial" font-size="10.00">title </text>
<text text-anchor="start" x="648" y="-117.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="628" y="-105.667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="684" y="-105.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="628" y="-93.6667" font-family="Arial" font-size="10.00">user_author_id </text>
<text text-anchor="start" x="698" y="-93.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="628" y="-81.6667" font-family="Arial" font-size="10.00">user_editor_id </text>
<text text-anchor="start" x="696" y="-81.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Comment -->
<g id="node3" class="node"><title>m_Comment</title>
<polyline fill="none" stroke="black" points="814.5,-73.5 935.5,-73.5 "/>
<path fill="none" stroke="black" d="M935.5,-73.5C941.5,-73.5 947.5,-79.5 947.5,-85.5"/>
<polyline fill="none" stroke="black" points="947.5,-85.5 947.5,-176.5 "/>
<path fill="none" stroke="black" d="M947.5,-176.5C947.5,-182.5 941.5,-188.5 935.5,-188.5"/>
<polyline fill="none" stroke="black" points="935.5,-188.5 814.5,-188.5 "/>
<path fill="none" stroke="black" d="M814.5,-188.5C808.5,-188.5 802.5,-182.5 802.5,-176.5"/>
<polyline fill="none" stroke="black" points="802.5,-176.5 802.5,-85.5 "/>
<path fill="none" stroke="black" d="M802.5,-85.5C802.5,-79.5 808.5,-73.5 814.5,-73.5"/>
<text text-anchor="start" x="846" y="-175.433" font-family="Arial Bold" font-size="11.00">Comment</text>
<polyline fill="none" stroke="black" points="802.5,-168.5 947.5,-168.5 "/>
<text text-anchor="start" x="810" y="-154.167" font-family="Arial" font-size="10.00">blogpost_id </text>
<text text-anchor="start" x="868" y="-154.167" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-141.667" font-family="Arial" font-size="10.00">content </text>
<text text-anchor="start" x="847" y="-141.667" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="810" y="-129.667" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="863" y="-129.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="810" y="-117.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="822" y="-117.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-105.667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="866" y="-105.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="810" y="-93.6667" font-family="Arial" font-size="10.00">user_author_id </text>
<text text-anchor="start" x="880" y="-93.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-81.6667" font-family="Arial" font-size="10.00">user_editor_id </text>
<text text-anchor="start" x="878" y="-81.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Blogpost&#45;&gt;m_Comment -->
<g id="edge6" class="edge"><title>m_Blogpost&#45;&gt;m_Comment</title>
<path fill="none" stroke="black" d="M765.716,-131C774.775,-131 784.087,-131 793.272,-131"/>
<polygon fill="black" stroke="black" points="793.4,-134.15 802.4,-131 793.4,-127.85 793.4,-134.15"/>
</g>
<!-- m_Forum -->
<g id="node4" class="node"><title>m_Forum</title>
<polyline fill="none" stroke="black" points="450.5,-301.5 571.5,-301.5 "/>
<path fill="none" stroke="black" d="M571.5,-301.5C577.5,-301.5 583.5,-307.5 583.5,-313.5"/>
<polyline fill="none" stroke="black" points="583.5,-313.5 583.5,-392.5 "/>
<path fill="none" stroke="black" d="M583.5,-392.5C583.5,-398.5 577.5,-404.5 571.5,-404.5"/>
<polyline fill="none" stroke="black" points="571.5,-404.5 450.5,-404.5 "/>
<path fill="none" stroke="black" d="M450.5,-404.5C444.5,-404.5 438.5,-398.5 438.5,-392.5"/>
<polyline fill="none" stroke="black" points="438.5,-392.5 438.5,-313.5 "/>
<path fill="none" stroke="black" d="M438.5,-313.5C438.5,-307.5 444.5,-301.5 450.5,-301.5"/>
<text text-anchor="start" x="491" y="-391.433" font-family="Arial Bold" font-size="11.00">Forum</text>
<polyline fill="none" stroke="black" points="438.5,-384.5 583.5,-384.5 "/>
<text text-anchor="start" x="446" y="-370.167" font-family="Arial" font-size="10.00">forumgroup_id </text>
<text text-anchor="start" x="514" y="-370.167" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="446" y="-357.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="458" y="-357.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="446" y="-345.667" font-family="Arial" font-size="10.00">name </text>
<text text-anchor="start" x="475" y="-345.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="446" y="-333.667" font-family="Arial" font-size="10.00">position </text>
<text text-anchor="start" x="486" y="-333.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="446" y="-321.667" font-family="Arial" font-size="10.00">role_read_id </text>
<text text-anchor="start" x="507" y="-321.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="446" y="-309.667" font-family="Arial" font-size="10.00">role_write_id </text>
<text text-anchor="start" x="507" y="-309.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Forumthread -->
<g id="node6" class="node"><title>m_Forumthread</title>
<polyline fill="none" stroke="black" points="632.5,-277.5 753.5,-277.5 "/>
<path fill="none" stroke="black" d="M753.5,-277.5C759.5,-277.5 765.5,-283.5 765.5,-289.5"/>
<polyline fill="none" stroke="black" points="765.5,-289.5 765.5,-416.5 "/>
<path fill="none" stroke="black" d="M765.5,-416.5C765.5,-422.5 759.5,-428.5 753.5,-428.5"/>
<polyline fill="none" stroke="black" points="753.5,-428.5 632.5,-428.5 "/>
<path fill="none" stroke="black" d="M632.5,-428.5C626.5,-428.5 620.5,-422.5 620.5,-416.5"/>
<polyline fill="none" stroke="black" points="620.5,-416.5 620.5,-289.5 "/>
<path fill="none" stroke="black" d="M620.5,-289.5C620.5,-283.5 626.5,-277.5 632.5,-277.5"/>
<text text-anchor="start" x="655" y="-415.433" font-family="Arial Bold" font-size="11.00">Forumthread</text>
<polyline fill="none" stroke="black" points="620.5,-408.5 765.5,-408.5 "/>
<text text-anchor="start" x="628" y="-394.167" font-family="Arial" font-size="10.00">content </text>
<text text-anchor="start" x="665" y="-394.167" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="628" y="-381.667" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="681" y="-381.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="628" y="-369.667" font-family="Arial" font-size="10.00">forum_id </text>
<text text-anchor="start" x="670" y="-369.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="628" y="-357.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="640" y="-357.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="628" y="-345.667" font-family="Arial" font-size="10.00">locked </text>
<text text-anchor="start" x="662" y="-345.667" font-family="Arial Italic" font-size="10.00" fill="#999999">boolean</text>
<text text-anchor="start" x="628" y="-333.667" font-family="Arial" font-size="10.00">sticky </text>
<text text-anchor="start" x="658" y="-333.667" font-family="Arial Italic" font-size="10.00" fill="#999999">boolean</text>
<text text-anchor="start" x="628" y="-321.667" font-family="Arial" font-size="10.00">title </text>
<text text-anchor="start" x="648" y="-321.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="628" y="-309.667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="684" y="-309.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="628" y="-297.667" font-family="Arial" font-size="10.00">user_author_id </text>
<text text-anchor="start" x="698" y="-297.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="628" y="-285.667" font-family="Arial" font-size="10.00">user_editor_id </text>
<text text-anchor="start" x="696" y="-285.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Forum&#45;&gt;m_Forumthread -->
<g id="edge16" class="edge"><title>m_Forum&#45;&gt;m_Forumthread</title>
<path fill="none" stroke="black" d="M583.716,-353C592.775,-353 602.087,-353 611.272,-353"/>
<polygon fill="black" stroke="black" points="611.4,-356.15 620.4,-353 611.4,-349.85 611.4,-356.15"/>
</g>
<!-- m_Forumgroup -->
<g id="node5" class="node"><title>m_Forumgroup</title>
<polyline fill="none" stroke="black" points="268.5,-217.5 389.5,-217.5 "/>
<path fill="none" stroke="black" d="M389.5,-217.5C395.5,-217.5 401.5,-223.5 401.5,-229.5"/>
<polyline fill="none" stroke="black" points="401.5,-229.5 401.5,-296.5 "/>
<path fill="none" stroke="black" d="M401.5,-296.5C401.5,-302.5 395.5,-308.5 389.5,-308.5"/>
<polyline fill="none" stroke="black" points="389.5,-308.5 268.5,-308.5 "/>
<path fill="none" stroke="black" d="M268.5,-308.5C262.5,-308.5 256.5,-302.5 256.5,-296.5"/>
<polyline fill="none" stroke="black" points="256.5,-296.5 256.5,-229.5 "/>
<path fill="none" stroke="black" d="M256.5,-229.5C256.5,-223.5 262.5,-217.5 268.5,-217.5"/>
<text text-anchor="start" x="293" y="-295.433" font-family="Arial Bold" font-size="11.00">Forumgroup</text>
<polyline fill="none" stroke="black" points="256.5,-288.5 401.5,-288.5 "/>
<text text-anchor="start" x="264" y="-274.167" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="276" y="-274.167" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="264" y="-261.667" font-family="Arial" font-size="10.00">name </text>
<text text-anchor="start" x="293" y="-261.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="264" y="-249.667" font-family="Arial" font-size="10.00">position </text>
<text text-anchor="start" x="304" y="-249.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="264" y="-237.667" font-family="Arial" font-size="10.00">role_read_id </text>
<text text-anchor="start" x="325" y="-237.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="264" y="-225.667" font-family="Arial" font-size="10.00">role_write_id </text>
<text text-anchor="start" x="325" y="-225.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Forumgroup&#45;&gt;m_Forum -->
<g id="edge10" class="edge"><title>m_Forumgroup&#45;&gt;m_Forum</title>
<path fill="none" stroke="black" d="M401.716,-298.958C411.059,-303.578 420.669,-308.331 430.132,-313.011"/>
<polygon fill="black" stroke="black" points="428.936,-315.933 438.4,-317.099 431.728,-310.286 428.936,-315.933"/>
</g>
<!-- m_Threadreply -->
<g id="node9" class="node"><title>m_Threadreply</title>
<polyline fill="none" stroke="black" points="814.5,-295.5 935.5,-295.5 "/>
<path fill="none" stroke="black" d="M935.5,-295.5C941.5,-295.5 947.5,-301.5 947.5,-307.5"/>
<polyline fill="none" stroke="black" points="947.5,-307.5 947.5,-398.5 "/>
<path fill="none" stroke="black" d="M947.5,-398.5C947.5,-404.5 941.5,-410.5 935.5,-410.5"/>
<polyline fill="none" stroke="black" points="935.5,-410.5 814.5,-410.5 "/>
<path fill="none" stroke="black" d="M814.5,-410.5C808.5,-410.5 802.5,-404.5 802.5,-398.5"/>
<polyline fill="none" stroke="black" points="802.5,-398.5 802.5,-307.5 "/>
<path fill="none" stroke="black" d="M802.5,-307.5C802.5,-301.5 808.5,-295.5 814.5,-295.5"/>
<text text-anchor="start" x="840" y="-397.433" font-family="Arial Bold" font-size="11.00">Threadreply</text>
<polyline fill="none" stroke="black" points="802.5,-390.5 947.5,-390.5 "/>
<text text-anchor="start" x="810" y="-376.167" font-family="Arial" font-size="10.00">content </text>
<text text-anchor="start" x="847" y="-376.167" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="810" y="-363.667" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="863" y="-363.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="810" y="-351.667" font-family="Arial" font-size="10.00">forumthread_id </text>
<text text-anchor="start" x="881" y="-351.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-339.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="822" y="-339.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-327.667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="866" y="-327.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="810" y="-315.667" font-family="Arial" font-size="10.00">user_author_id </text>
<text text-anchor="start" x="880" y="-315.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="810" y="-303.667" font-family="Arial" font-size="10.00">user_editor_id </text>
<text text-anchor="start" x="878" y="-303.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Forumthread&#45;&gt;m_Threadreply -->
<g id="edge26" class="edge"><title>m_Forumthread&#45;&gt;m_Threadreply</title>
<path fill="none" stroke="black" d="M765.716,-353C774.775,-353 784.087,-353 793.272,-353"/>
<polygon fill="black" stroke="black" points="793.4,-356.15 802.4,-353 793.4,-349.85 793.4,-356.15"/>
</g>
<!-- m_RegisterToken -->
<g id="node7" class="node"><title>m_RegisterToken</title>
<polyline fill="none" stroke="black" points="49.5,-272.5 170.5,-272.5 "/>
<path fill="none" stroke="black" d="M170.5,-272.5C176.5,-272.5 182.5,-278.5 182.5,-284.5"/>
<polyline fill="none" stroke="black" points="182.5,-284.5 182.5,-327.5 "/>
<path fill="none" stroke="black" d="M182.5,-327.5C182.5,-333.5 176.5,-339.5 170.5,-339.5"/>
<polyline fill="none" stroke="black" points="170.5,-339.5 49.5,-339.5 "/>
<path fill="none" stroke="black" d="M49.5,-339.5C43.5,-339.5 37.5,-333.5 37.5,-327.5"/>
<polyline fill="none" stroke="black" points="37.5,-327.5 37.5,-284.5 "/>
<path fill="none" stroke="black" d="M37.5,-284.5C37.5,-278.5 43.5,-272.5 49.5,-272.5"/>
<text text-anchor="start" x="67.5" y="-326.433" font-family="Arial Bold" font-size="11.00">RegisterToken</text>
<polyline fill="none" stroke="black" points="37.5,-319.5 182.5,-319.5 "/>
<text text-anchor="start" x="45" y="-305.167" font-family="Arial" font-size="10.00">email </text>
<text text-anchor="start" x="73" y="-305.167" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="45" y="-292.667" font-family="Arial" font-size="10.00">token </text>
<text text-anchor="start" x="74" y="-292.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string (6)</text>
<text text-anchor="start" x="45" y="-280.667" font-family="Arial" font-size="10.00">uuid </text>
<text text-anchor="start" x="67" y="-280.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
</g>
<!-- m_Role -->
<g id="node8" class="node"><title>m_Role</title>
<polyline fill="none" stroke="black" points="49.5,-175.5 170.5,-175.5 "/>
<path fill="none" stroke="black" d="M170.5,-175.5C176.5,-175.5 182.5,-181.5 182.5,-187.5"/>
<polyline fill="none" stroke="black" points="182.5,-187.5 182.5,-230.5 "/>
<path fill="none" stroke="black" d="M182.5,-230.5C182.5,-236.5 176.5,-242.5 170.5,-242.5"/>
<polyline fill="none" stroke="black" points="170.5,-242.5 49.5,-242.5 "/>
<path fill="none" stroke="black" d="M49.5,-242.5C43.5,-242.5 37.5,-236.5 37.5,-230.5"/>
<polyline fill="none" stroke="black" points="37.5,-230.5 37.5,-187.5 "/>
<path fill="none" stroke="black" d="M37.5,-187.5C37.5,-181.5 43.5,-175.5 49.5,-175.5"/>
<text text-anchor="start" x="95.5" y="-229.433" font-family="Arial Bold" font-size="11.00">Role</text>
<polyline fill="none" stroke="black" points="37.5,-222.5 182.5,-222.5 "/>
<text text-anchor="start" x="45" y="-208.167" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="57" y="-208.167" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="45" y="-195.667" font-family="Arial" font-size="10.00">name </text>
<text text-anchor="start" x="74" y="-195.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="45" y="-183.667" font-family="Arial" font-size="10.00">value </text>
<text text-anchor="start" x="73" y="-183.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
</g>
<!-- m_Role&#45;&gt;m_Forum -->
<g id="edge18" class="edge"><title>m_Role&#45;&gt;m_Forum</title>
<path fill="none" stroke="black" d="M182.506,-233.154C195.96,-239.798 209.168,-248.005 220,-258 244.556,-280.66 228.279,-305.345 256,-324 306.494,-357.98 375.704,-363.954 429.281,-362.135"/>
<polygon fill="black" stroke="black" points="429.558,-365.276 438.415,-361.745 429.289,-358.982 429.558,-365.276"/>
</g>
<!-- m_Role&#45;&gt;m_Forumgroup -->
<g id="edge12" class="edge"><title>m_Role&#45;&gt;m_Forumgroup</title>
<path fill="none" stroke="black" d="M182.62,-226.906C203.319,-232.01 226.01,-237.605 247.216,-242.834"/>
<polygon fill="black" stroke="black" points="246.711,-245.954 256.203,-245.05 248.219,-239.837 246.711,-245.954"/>
</g>
<!-- m_User -->
<g id="node10" class="node"><title>m_User</title>
<polyline fill="none" stroke="black" points="450,-0.5 572,-0.5 "/>
<path fill="none" stroke="black" d="M572,-0.5C578,-0.5 584,-6.5 584,-12.5"/>
<polyline fill="none" stroke="black" points="584,-12.5 584,-259.5 "/>
<path fill="none" stroke="black" d="M584,-259.5C584,-265.5 578,-271.5 572,-271.5"/>
<polyline fill="none" stroke="black" points="572,-271.5 450,-271.5 "/>
<path fill="none" stroke="black" d="M450,-271.5C444,-271.5 438,-265.5 438,-259.5"/>
<polyline fill="none" stroke="black" points="438,-259.5 438,-12.5 "/>
<path fill="none" stroke="black" d="M438,-12.5C438,-6.5 444,-0.5 450,-0.5"/>
<text text-anchor="start" x="496.5" y="-258.433" font-family="Arial Bold" font-size="11.00">User</text>
<polyline fill="none" stroke="black" points="438,-251.5 584,-251.5 "/>
<text text-anchor="start" x="445" y="-237.167" font-family="Arial" font-size="10.00">about </text>
<text text-anchor="start" x="475" y="-237.167" font-family="Arial Italic" font-size="10.00" fill="#999999">text</text>
<text text-anchor="start" x="445" y="-224.667" font-family="Arial" font-size="10.00">confirmed </text>
<text text-anchor="start" x="493" y="-224.667" font-family="Arial Italic" font-size="10.00" fill="#999999">boolean</text>
<text text-anchor="start" x="445" y="-212.667" font-family="Arial" font-size="10.00">created_at </text>
<text text-anchor="start" x="498" y="-212.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="445" y="-200.667" font-family="Arial" font-size="10.00">donor </text>
<text text-anchor="start" x="475" y="-200.667" font-family="Arial Italic" font-size="10.00" fill="#999999">boolean</text>
<text text-anchor="start" x="445" y="-188.667" font-family="Arial" font-size="10.00">email </text>
<text text-anchor="start" x="473" y="-188.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-176.667" font-family="Arial" font-size="10.00">email_token </text>
<text text-anchor="start" x="504" y="-176.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-164.667" font-family="Arial" font-size="10.00">id </text>
<text text-anchor="start" x="457" y="-164.667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="445" y="-152.667" font-family="Arial" font-size="10.00">ign </text>
<text text-anchor="start" x="462" y="-152.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-140.667" font-family="Arial" font-size="10.00">last_ip </text>
<text text-anchor="start" x="479" y="-140.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-128.667" font-family="Arial" font-size="10.00">last_seen </text>
<text text-anchor="start" x="493" y="-128.667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="445" y="-116.667" font-family="Arial" font-size="10.00">name </text>
<text text-anchor="start" x="474" y="-116.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-104.667" font-family="Arial" font-size="10.00">password_digest </text>
<text text-anchor="start" x="527" y="-104.667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-92.6667" font-family="Arial" font-size="10.00">role_id </text>
<text text-anchor="start" x="479" y="-92.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">integer</text>
<text text-anchor="start" x="445" y="-80.6667" font-family="Arial" font-size="10.00">skype </text>
<text text-anchor="start" x="476" y="-80.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-68.6667" font-family="Arial" font-size="10.00">skype_public </text>
<text text-anchor="start" x="509" y="-68.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">boolean</text>
<text text-anchor="start" x="445" y="-56.6667" font-family="Arial" font-size="10.00">twitter </text>
<text text-anchor="start" x="476" y="-56.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-44.6667" font-family="Arial" font-size="10.00">updated_at </text>
<text text-anchor="start" x="501" y="-44.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">datetime</text>
<text text-anchor="start" x="445" y="-32.6667" font-family="Arial" font-size="10.00">uuid </text>
<text text-anchor="start" x="467" y="-32.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-20.6667" font-family="Arial" font-size="10.00">youtube </text>
<text text-anchor="start" x="485" y="-20.6667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
<text text-anchor="start" x="445" y="-8.66667" font-family="Arial" font-size="10.00">youtube_channelname </text>
<text text-anchor="start" x="551" y="-8.66667" font-family="Arial Italic" font-size="10.00" fill="#999999">string</text>
</g>
<!-- m_Role&#45;&gt;m_User -->
<g id="edge32" class="edge"><title>m_Role&#45;&gt;m_User</title>
<path fill="none" stroke="black" d="M182.618,-195.78C251.987,-183.152 356.408,-164.143 428.799,-150.964"/>
<polygon fill="black" stroke="black" points="429.616,-154.017 437.907,-149.306 428.488,-147.819 429.616,-154.017"/>
</g>
<!-- m_User&#45;&gt;m_Blogpost -->
<g id="edge2" class="edge"><title>m_User&#45;&gt;m_Blogpost</title>
<path fill="none" stroke="black" d="M584.24,-133.988C593.037,-133.746 602.064,-133.498 610.976,-133.253"/>
<polygon fill="black" stroke="black" points="611.296,-136.396 620.206,-133 611.123,-130.098 611.296,-136.396"/>
</g>
<!-- m_User&#45;&gt;m_Comment -->
<g id="edge36" class="edge"><title>m_User&#45;&gt;m_Comment</title>
<path fill="none" stroke="black" d="M584.223,-74.6713C595.615,-67.8481 607.703,-61.9466 620,-58 681.785,-38.1706 703.915,-39.1306 766,-58 775.607,-60.9198 785.138,-64.9989 794.333,-69.7514"/>
<polygon fill="black" stroke="black" points="792.909,-72.5626 802.322,-74.089 795.915,-67.0261 792.909,-72.5626"/>
</g>
<!-- m_User&#45;&gt;m_Forumthread -->
<g id="edge22" class="edge"><title>m_User&#45;&gt;m_Forumthread</title>
<path fill="none" stroke="black" d="M584.24,-223.324C597.259,-238.848 610.784,-254.973 623.69,-270.362"/>
<polygon fill="black" stroke="black" points="621.376,-272.504 629.573,-277.375 626.203,-268.455 621.376,-272.504"/>
</g>
<!-- m_User&#45;&gt;m_Threadreply -->
<g id="edge28" class="edge"><title>m_User&#45;&gt;m_Threadreply</title>
<path fill="none" stroke="black" d="M584.169,-184.045C595.956,-191.083 608.174,-197.979 620,-204 682.369,-235.753 705.868,-227.19 766,-263 779.043,-270.767 792.147,-280.036 804.521,-289.627"/>
<polygon fill="black" stroke="black" points="802.699,-292.202 811.716,-295.302 806.601,-287.255 802.699,-292.202"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1,11 +0,0 @@
[Manifest]
Version=2
[RecentDirectories]
LoadPath=/home/moo/.minecraft/versions/13w47e/
SavePath=/home/moo/.minecraft/versions/13w47e/src/
[Decompilation]
LastUri=
[GUI]
MainWindowPosition=626,132 872x666 Maximized
[RecentFiles]
Path0=/home/moo/.minecraft/versions/13w47e/13w47e.jar

BIN
join.mc

Binary file not shown.

BIN
ping.mc

Binary file not shown.

BIN
rcon_test

Binary file not shown.