<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://poetryappwiki.fonlow.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=0%3A0%3A0%3A0%3A0%3A0%3A0%3A1</id>
	<title>Poetry MP Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://poetryappwiki.fonlow.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=0%3A0%3A0%3A0%3A0%3A0%3A0%3A1"/>
	<link rel="alternate" type="text/html" href="https://poetryappwiki.fonlow.org/wiki/Special:Contributions/0:0:0:0:0:0:0:1"/>
	<updated>2026-04-08T21:51:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://poetryappwiki.fonlow.org/w/index.php?title=User_Manual&amp;diff=181</id>
		<title>User Manual</title>
		<link rel="alternate" type="text/html" href="https://poetryappwiki.fonlow.org/w/index.php?title=User_Manual&amp;diff=181"/>
		<updated>2022-10-12T20:50:23Z</updated>

		<summary type="html">&lt;p&gt;0:0:0:0:0:0:0:1: /* Startup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The UIk of Poetry MP is designed for PC monitors and tablets, while the UI of Poetry Viewer is designed for PC monitors, tablets and mobile phones.&lt;br /&gt;
&lt;br /&gt;
== Startup ==&lt;br /&gt;
Depending on you had installed the app, the access URL could be:&lt;br /&gt;
&lt;br /&gt;
# http://poetryapp.localhost if you had installed the app on local IIS or Apache.&lt;br /&gt;
# http://localhost:5300 if you run the app directly through the Powershell script or bash script.&lt;br /&gt;
# http://poetryapp.mydomain.com if you had installed the app on a Web server.&lt;br /&gt;
&lt;br /&gt;
[[File:StartupScreen.jpg|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
=== Login ===&lt;br /&gt;
Without login, the users can view published poems only.&lt;br /&gt;
&lt;br /&gt;
The default password for user admin after installation is &amp;quot;adminPpp*8&amp;quot; and you should alter the password ASAP, and keep the new password in a safe place.&lt;br /&gt;
&lt;br /&gt;
=== Managing Users ===&lt;br /&gt;
[[File:After Login.png|thumb|After Login]]&lt;br /&gt;
Since the app is for one poet, generally you just need one user admin. In case you may more than one to manage, you may create extra users. &lt;br /&gt;
&lt;br /&gt;
[[File:AfterLogin.png|thumb|AfterLogin]]&lt;br /&gt;
&lt;br /&gt;
== Add / Edit Poem ==&lt;br /&gt;
&lt;br /&gt;
If you have been writing blogs with HTML formatting, you should be familiar with the basic operations of composing HTML contents, though composing a poem generally does not require rich formatting.&lt;br /&gt;
&lt;br /&gt;
In addition to basic HTML formatting, Poetry MP provides a few more options specially designed for composing poems with notations and images.&lt;br /&gt;
&lt;br /&gt;
=== Extra HTML Operations ===&lt;br /&gt;
[[File:Extra HTML Operations.png|thumb|Extra HTML Operations]]&lt;br /&gt;
&lt;br /&gt;
==== Insert Sup ====&lt;br /&gt;
This is similar to formatting a piece of text into superscript, however, this operation inserts a numeric superscript incrementally. And the numeric superscripts may be reordered.&lt;br /&gt;
[[File:InsertNumericSup.png|center|frameless]]&lt;br /&gt;
Then you click button &amp;quot;Suggest Numbered Annotations&amp;quot; that pops up numeric superscripts which have not been annotated into numbered annotations.&lt;br /&gt;
[[File:DefineNumberedAnnotations.png|center|Define Numbered Annotations]]&lt;br /&gt;
&lt;br /&gt;
[[File:ManageNumberedAnnotations.png|center|thumb|Manage Numbered Annotations]]&lt;br /&gt;
When clicking the numeric button, you can input content for the numbered annotation.&lt;br /&gt;
[[File:InputNumberedAnnotation.png|center|thumb|Input Numbered Annotation]]&lt;br /&gt;
When the readers of your poetry click a numbered annotation, they will see the content, or a Web paged directed by the Reference URL, or both.&lt;br /&gt;
&lt;br /&gt;
From time to time, you may have numeric superscripts scattering around not in sequential order. If you want them to be ordered incrementally, you may &amp;quot;Reorder Superscripts&amp;quot; and the app will match the numbered annotations accordingly.&lt;br /&gt;
&lt;br /&gt;
==== Upload Image and Insert ====&lt;br /&gt;
This is similar to &amp;quot;Insert Image&amp;quot; of basic HTML formatting, however, &amp;quot;Insert Image&amp;quot; is to load a local image and insert to HTML content as [http://en.wikipedia.org/wiki/Base64 BASE64] chunk, while &amp;quot;Upload Image and Insert&amp;quot; is to store the uploaded image to the database and create a reference to the backend of the app.&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&amp;quot;local&amp;quot; src=&amp;quot;api/files/file/e65bb512-1a9d-4a78-ac9e-83d74fbf9e8c.jpeg&amp;quot; alt=&amp;quot;Pallas Athena&amp;quot; loading=&amp;quot;lazy&amp;quot; decoding=&amp;quot;async&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;BASE64 chunk is generally 37% larger than the source data, thus, it is recommended to upload image and insert.&lt;br /&gt;
&lt;br /&gt;
==== Pick Images and Insert ====&lt;br /&gt;
Images uploaded into the database can be shared across poems.&lt;br /&gt;
&lt;br /&gt;
You may check to select images in &amp;quot;Local Pictures Management&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Paste as Plain Text ====&lt;br /&gt;
The HTML content that you had copied from the other sources may contain over complex or inconsistent or unsafe HTML tags, while generally the HTML content of a poem does not require rich formatting. Thus it is safer and simpler to page HTML content as plain text.&lt;br /&gt;
&lt;br /&gt;
==== Replace Double Linebreaks with One ====&lt;br /&gt;
HTML provides a few ways of rendering linebreaks. Sometimes content copied from the other sources may contain more than one linebreak between lines. This command will reduce double linebreaks into one.&lt;br /&gt;
&lt;br /&gt;
=== Annotations ===&lt;br /&gt;
&lt;br /&gt;
Phase-based annotations match phases in a poem, and the annotations may be shared across poems containing the same phases.&lt;br /&gt;
[[File:ManagePhaseBasedAnnotations.png|center|thumb|Manage Phase-based Annotations]]&lt;br /&gt;
Through clicking &amp;quot;Suggest Numbered Annotations&amp;quot; the app will scan the poem for matching existing annotations, then you may select matched annotations and associate with the poem.&lt;br /&gt;
&lt;br /&gt;
=== Albums ===&lt;br /&gt;
If you had defined some albums, you may associate an album or multiple albums with the poem.&lt;br /&gt;
[[File:AssociateAlbum.png|center|Associate Album]]&lt;br /&gt;
&lt;br /&gt;
== Album ==&lt;br /&gt;
An album is to contain a collection of poems. And you may have a description on the top as a preface.&lt;br /&gt;
[[File:Check Poems.png|thumb|Check Poems]]&lt;br /&gt;
[[File:Select Album.png|center|frameless|Select Album]]&lt;br /&gt;
Album functionality is available if &amp;quot;Settings/Edit/Use Albums&amp;quot; is on.&lt;br /&gt;
[[File:Pick Album.png|center|frameless|Pick Album]]&lt;br /&gt;
Checked poems will be contained in the album.&lt;br /&gt;
&lt;br /&gt;
To quit, click this button highlighted:&lt;br /&gt;
[[File:Deselect album.png|center|frameless|Deselect album]]&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
From time to time, you may need to adjust some settings, backup, export data, or manage locally hosted pictures etc. Please check [[Maintenance]] for more details.&lt;/div&gt;</summary>
		<author><name>0:0:0:0:0:0:0:1</name></author>
	</entry>
</feed>