Main:Home: Difference between revisions

From Memento Database Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 67: Line 67:
=== Scripting examples ===
=== Scripting examples ===


<pre>
var w ="https://wa.me/phone_number"
var w ="https://wa.me/phone_number"
var i = intent("android.intent.action.VIEW")
var i = intent("android.intent.action.VIEW")
Line 96: Line 97:
var ml = "\n"
var ml = "\n"
var w = w1 + t + d + name + ml
var w = w1 + t + d + name + ml
</pre>


== The Memento application ''Database'' layer ==
== The Memento application ''Database'' layer ==

Revision as of 13:53, 9 March 2022

« Memento wiki home page as of 2022-01-17, editions Mobile 4.10.4, Desktop 1.10.1 »

Wiki
Home
About
Wiki | Memento
Getting started
Wiki | Memento
Indexes
Mobile | Desktop | Scripting
Support
Wiki | Memento

Dev:To be done

The Memento Database application
The Wiki home page

Memento & the Wiki

The Memento Database application is a personal & professional database application that comes in 2 editions, each of which run on various computing platforms. Memento Database runs within the Java Runtime Environment.

The About index — An index of inks to the pages about Memento & the Wiki


« NOTE: Brief piece about the About index »


A few of the questions that are frequently asked
(The full Memento Database FAQ can be found here.)
About the Memento application About the Memento wiki
How do I get started installing & using the Memento application? How do I get started accessing & using the Memento wiki?
What is the Memento Database application? What is the Memento wiki?
What does the Memento Database application do? What does the Memento wiki do?
How does the Memento Database application do what it does? How does the Memento wiki do what it does?
Miscellaneous articles regarding the Memento Database application
About the Memento Database application

Structure of the Memento application
Scripting in Memento
HTML Color codes

Introduction to the Wiki

About the Memento Wiki
About:WikiHome

The Memento Database application indices


« NOTE: Insert here announcement of indices to follow »


The Memento application user-interface layer


« NOTE: Replace the following line with a corrected version »


This provides links to access information about topics within the Memento the user-interface application layer


« NOTE: Create glossary entries for user interface, user-interface application layer, application structure, application layer, database application layer, scripting application layer, etc »



« NOTE: Insert here the UI index wikitext »


The Memento application Scripting layer

Yada

About the Memento Database application About the Memento wiki
User interface links?
Mobile links? Desktop links?
Scripting links? Database links?

Scripting examples

var w ="https://wa.me/phone_number"
var i = intent("android.intent.action.VIEW")
i.date(w)
i.send()

The difficulty may be in concatenating https://wa.me/ to the contact number, which is achieved with three variables:

var w1 = "https://wa.me/"
var t = entry().field ("Phone")
var w = w1 + t;

'''Example'''
var name = entry().field("Name")

// Now you will need one more variable to concatenate with the previous ones:
var d="?text="

// which results:

var w = w1 + t + d // respect this order for the sake of nomenclature

// The data now follows:

// var w = w1 + t + d + name

// Line breaks, if necessary in view of the data to be sent, are achieved with \n to insert into a variable and then join.

var ml = "\n"
var w = w1 + t + d + name + ml

The Memento application Database layer

Yada

About the Memento Database application About the Memento wiki
User interface links?
Mobile links? Desktop links?
Scripting links? Database links?

Getting started & getting help regarding the Memento application & its Wiki

Yada

The Support Index

Yada

Getting started Troubleshooting Getting support
How do I get started setting up the Memento application?


How do I get started using the Memento application?
How do I troubleshoot my use of the Memento application?
How do I get support if I need it?



About the Memento Database application Editions & Platforms

Yada intro, what's an edition, what's a platform, what's a release?

About Memento editions & their platforms

  • The Mobile edition — an edition that runs on mobile device platforms, such as Google's Android OS and Apple's iOS OS.
    • The edition on the Android platform dates back to 2015 or earlier.
    • The edition on the iOS platform has not yet been released (as of Jan 2022 and is currently undergoing beta testing.
  • The Desktop edition — an edition first released in 2017, simultaneously for these platforms...
    • Microsoft's Windows PCs
    • Apple's MacOS PCs
    • Linux PCs

About Memento — Information about the Memento Database application

For information about Memento, see the About Memento home page.

About the Memento wiki — Information about the user-authored Memento wiki

For information about the user-authored Memento wiki, see Where is the wiki home page?



The UI (user interface) & indices into it (Presentation layer)

Like all indices, these provide direct access to the various facilities of Memento. The UI indices (one for each edition) are specific to the OS platforms it runs on. If you're not very familiar with Memento, read the Memento FAQ.


Mobile edition home page & index (Mobile presentation layer)

The index to the Mobile edition of the Memento Database

Desktop edition home page & index (Desktop presentation layer)

The index to the Desktop edition of the Memento Database


Scripting index — Navigating the Memento Scripting tier (Application tier) facilities — Scripting the Memento Database Application

The (almost entirely) edition-independent index to the Memento Database application

Database index — Navigating the Memento Database tier (Data tier) facilities — Database & Data Structure in the Memento Database application

The index to the (almost entirely) edition-independent index to the Memento Database application provides links to all the Wiki22 (Memento wiki 2022) pages for the Database & data structure areas within the Memento Database application.