-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
140 lines (127 loc) · 6.78 KB
/
Copy pathfaq.html
File metadata and controls
140 lines (127 loc) · 6.78 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<title>Mikorizal Software</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar" role="navigation">
<div class="container">
<!--<span id="forkongithub"><a href="https://github.com/valnet/valuenetwork" target="_blank">Fork me on GitHub</a></span>-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="mushy40.jpg" alt="Mushy the chanterelle mushroom" title="Mushy the chanterelle mushroom" />
mikorizal software<br />
<img src="myc.png">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="groups.html">Networks</a></li>
<li><a href="flows.html">Resource Flows</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container under-top">
<h2 class="faq">Frequently Asked Questions</h2>
<h4>Does your software do e-commerce?</h4>
<p>
No. This is "back-office" software, for running an economic network. So far, people have enjoyed creating their own e-commerce
sites, using the many open-source products that do that well. We might add that feature if anybody wants it and we think it can be done
better in some way.
</p>
<h4>Does your software have [some other feature that it does not have]?</h4>
<p>
We only add features that an active network wants. So if nobody wanted it so far, it does not have it. Beyond that, we are
constrained by time and skills. See next question, too.
</p>
<h4>Does your software do mobile?</h4>
<p>
No. The current programmers have never done that. Our software is all Web, and not mobile-friendly. We'd love to have somebody do that
who knows how. We'd provide APIs.
</p>
<h4>Your app is huge! Didn't you get the memo about Minimum Viable Product?</h4>
<p>
Yes, but we deleted it. We're doing Maximally Viable Project: all the features that our networks need, to the best of our abilities.
And we're not doing a Product. Remember the previous questions? Do you want all those features we do not have, or do you
want minimal? Make up your minds, people!
</p>
<h4>Even so, we need [some other feature that you do not have].</h4>
<p>
Three answers:
</p>
<ol>
<li>
If it makes sense in our scope, we'll put it on
<a href="https://github.com/valnet/valuenetwork/issues?labels=&page=1&state=open" target="_blank">the list</a>.
Or if you are on github, you can put it on the list.
</li>
<li>
Lots of people are doing related projects. We want to internetwork with them.
</li>
<li>
It's all open source. Jump in, the water's fine!
</li>
</ol>
<h4>So what are you actually trying to do? What's your focus?</h4>
<p>
We start from the stage where some group of people have decided to make something together that might bring them some income.
Then we try to track and coordinate all of their activities in making something, and distribute the income to the contributors.
</p>
<h4>So where do the "human and ecological needs" fit into making something that might make some money?</h4>
<p>
We're living in a transitional stage, where people still need money to live. Open source projects often have lots of volunteer
contributions. Then some company makes money off the project, but does not give back to the contributors. We've seen it happen.
We've been the contributors. We are trying to fix that problem, so the income gets distributed democratically to all contributors.
</p>
<p>
We're talking to some other people who are
focused on registering human and ecological needs. We want to work with them
so that when some people in their software decide to do something together to meet some of those needs,
they can use our software to coordinate their activities. And then go back to them for the next needs.
We are both open source on the open Web, and we want people to be able to move easily back and forth.
</p>
<h4>Don't you know that the Web is for old geezers? The cool young things only use phones and apps.</h4>
<p>
Well, yeah, we do know that. But we are old geezers, and we've seen all this before. The Web will draw the phones and apps back in.
Everything must internetwork.
</p>
<h4>Can normal businesses use the Value Network software?</h4>
<p>
Yes. It would work very well for joint ventures, for which no other good inexpensive software exists.
And we would love to see it used for local economic networks that include local small businesses.
We've been talking to some people about creating Local Business Ecosystems that could use the software
to coordinate, aggregate, and in general increase local resiliency.
</p>
<p>
However, the license we use requires that if you are a profit-making enterprise, you pay for the software.
We don't know how much that would cost, but we would negotiate. And if you are a local economic network
that includes normal small businesses in a publicly beneficial way, you would get a pass.
</p>
</div>
</div>
</body>
</html>